Skip to content

pro465/rhokell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhokell

A very simple functional programming language I made to not get scared about FP just because of Haskell's scary symbols. It also has I/O, see the smallfuck example for a demo.

Get started

cargo install --git https://github.com/pro465/rhokell
echo "(hello) = (world);" > hello_world.rhk
echo "(hello)" | rhokell -r hello_world.rhk

You should see (world) getting output on the REPL.

Learn

The Esolangs entry has more information.

License

all files in ./examples are available under public domain, while the interpreter is licensed under GPLv3.0