Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Which language implementations...

Name: Anonymous 2011-07-25 5:26

Compile to native code?
Are not written in C?
Provide a high level framework for user I/O?

Name: Anonymous 2011-07-25 12:28

Symta.

Symta:

main A float:B -> A+B


C/C++

int main (int A, float B) {return A+B;}



Symta:

float:(A B:0)


C/C++

float A, B=0;

Name: Anonymous 2011-07-25 12:30

Simple Symta to C/C++ compiler

// usage cover {main A B:float -> A+B}
arg {$Type:$Name} -> "$Type $Name"
   ; Name         -> "int $Name"
cover {$Fn $@As -> $@Body}
 -> "$(arg Fn) ($(map 'arg As | infix ", " | sym)) {return $Body;}"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List