1
0
Fork
You've already forked raisin
0
Another experimental (BEAM-based) programming language.
  • C 83.2%
  • Yacc 13%
  • Lex 2%
  • Makefile 1.8%
Find a file
2022年04月07日 00:11:50 -04:00
.gitignore refactor 2022年04月07日 00:10:17 -04:00
asm.c refactor 2022年04月07日 00:10:17 -04:00
asm.h refactor 2022年04月07日 00:10:17 -04:00
ast.c initial commit 2022年04月04日 00:42:54 -04:00
ast.h initial commit 2022年04月04日 00:42:54 -04:00
common.h refactor 2022年04月07日 00:10:17 -04:00
hash_tab.c initial commit 2022年04月04日 00:42:54 -04:00
hash_tab.h initial commit 2022年04月04日 00:42:54 -04:00
main.c refactor 2022年04月07日 00:10:17 -04:00
Makefile refactor 2022年04月07日 00:10:17 -04:00
module.c refactor 2022年04月07日 00:10:17 -04:00
module.h refactor 2022年04月07日 00:10:17 -04:00
notes.org refactor 2022年04月07日 00:10:17 -04:00
raisin.h initial commit 2022年04月04日 00:42:54 -04:00
raisin.l initial commit 2022年04月04日 00:42:54 -04:00
raisin.y initial commit 2022年04月04日 00:42:54 -04:00
README initial commit 2022年04月04日 00:42:54 -04:00

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.