Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 572 Bytes

Julia-Object-System

JOS (Julia Object System) is an extension to the Julia Programming language that supports classes and meta-classes, multiple inheritance and generic functions with multiple-dispatch methods.

Description

This project was first developed for the course of Advanced Programming by:

  • Eduardo Barrancos
  • Juliana Yang
  • Miguel Faria
  • Xin Zheng

Currently the project is being further developed, fixing some issues and adding additional features by:

  • Eduardo Barrancos