Skip to content

quantumqoder/curelang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CURE: Code with Symbols, Unleash the Power

CURE (acronym for Callable Units Recursive Evaluator) is a high-level, dynamically-typed, functional programming language, capable of implementing object-oriented features, with support for procedural programming.

The whole programming language is build around only a single syntax: [return-type] name(parameter-list) : initializer-list [=>] {executable logic}. Omitting parts of this universal syntax changes the behaviour of the construct which the compiler understands to implement the desired behavioural logic.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages