Skip to content

bakerface/nitrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nitrus

Nitrus is a C++ framework that merges concepts from C# and JavaScript.

Language concepts

The following concepts were borrowed from C#:

  • Delegates
  • Events
  • State Machine (Stateless)

The following concepts were borrowed from JavaScript:

  • Event Loop via SetTimeout()
  • Functional style programming

About

A C++ framework merging concepts from C# and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages