Skip to content

claytonsurgeon/reil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reil: Reactive Interface Language

Language meant to be an 80% solution. A

loops are replaced with streams: execution that happen over time reducers: higher order functions that operate over multiple data points

each node compiles to a unique and independant vector. These nodes can then be executed independantly.

Ideally a programmer could use the language in manner similar to that of a terminal prompt. A secondary file will be used to project the current state of the program.

Make it Work - January
Make it Good - February
Make it Fast - March

tokenizer -> parser -> type checker -> reducer -> reactor

language component graphics component

structurally typed for the sake of simple polymorphism on math operators

Language Basics



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published