Skip to content

maxgoren/owlscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owlscript

Owlscript is a general purpose multi-paradigm programming language with a focus of blending functional, procedural, and object oriented programming. Supporting First class functions, lexical scoping, garbage collection, user defined structs, lambda functions, dynamic lists, and much more.

Running on the Glaux VM, programmers can write code interactively via the REPL or run saved programs from disk. The scripts folder contains implementations of classic algorithms such as quicksort, mergesort, and red black trees.

Releases

No releases published

Packages

No packages published