public
Description: Reia is a Ruby/Python-like language for BEAM, the Erlang VM
Homepage: http://reia-lang.org
Clone URL: git://github.com/tarcieri/reia.git
Enable SMP scheduler by default
Tony Arcieri (author)
Tue Jul 08 01:51:08 -0700 2008
commit  29c6f3d7b6c5d2f807a913ab8726426d48671bb8
tree    9aaa41841346240c4433c5d7f45dab84d3b42c1f
parent  f60c09cf82d6a3a48dea20daa614b73aa365642e
...
1
2
3
4
 
5
...
1
2
 
3
4
5
0
@@ -1,3 +1,3 @@
0
 #!/bin/sh
0
 
0
-erl -pa ebin -pa ../ebin -noshell +K true -s reia start $* -s init stop
0
\ No newline at end of file
0
+erl -smp -pa ebin -pa ../ebin -noshell +K true -s reia start $* -s init stop
0
\ No newline at end of file

Comments

    No one has commented yet.