Another experimental (BEAM-based) programming language.
|
|
||
|---|---|---|
| .gitignore | refactor | |
| asm.c | refactor | |
| asm.h | refactor | |
| ast.c | initial commit | |
| ast.h | initial commit | |
| common.h | refactor | |
| hash_tab.c | initial commit | |
| hash_tab.h | initial commit | |
| main.c | refactor | |
| Makefile | refactor | |
| module.c | refactor | |
| module.h | refactor | |
| notes.org | refactor | |
| raisin.h | initial commit | |
| raisin.l | initial commit | |
| raisin.y | initial commit | |
| README | initial commit | |
raisin ------ Raisin is a programming language that runs on the BEAM virtual machine. Compared to Erlang and Elixir, raisin has a type system closer to that of Haskell. Unlike Haskell, raisin's type system focuses on pragmatism, even at the cost of generality.