Skip to content

complyue/GoDuck.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia Goes Duck typing

Here's GoDuck.jl

  • Instead of Multiple Dispatch based typing, now you have an option to develop Julia programs in a similar language but fullier dynamically typed (i.e. Duck Typing) as well as with Object style dot-notations. I.e. to use the intuition you namespacing Python methods.

  • Yet neither macros, nor Generic/Parametric types and method signatures anymore, here you are Object Class Hierarchies with Multiple Inheritance (S3 linearized), and novel Dynamic Scoped Effects.

  • Scripting is the primary goal of .gdj codebases, (raw machine) performance is not. Julia under-the-hood will give you performance as awlays and in all its ingenious ways.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages