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

Pages: 1-

Fexl - a Function Expression Language

Name: Anonymous 2012-09-22 0:48

I came buckets.

http://fexl.com/

Name: Anonymous 2012-09-22 2:05

js already does this

Name: Anonymous 2012-09-22 3:04

Amalthea has the same continuation-passing style.
``It's a pretty obscure language, you've probably never heard of it.''

Name: Anonymous 2012-09-22 3:13

>>2
better too

Name: Anonymous 2012-09-22 3:25

>>1
Patrick Chkoreff
kike?

Name: Anonymous 2012-09-22 3:36

Fexl is verbosier than Python.

Symta:

= say "Hello, world!\n" = dup 2 beep = say "You typed: $(getline)"


Fexl:

print "Hello, world"; nl;
beep; beep;    # beep the speaker twice
getline \line
print "You typed: "; print line;

Name: Anonymous 2012-09-22 3:51

http://fexl.com/sample/
Most of the time when I'm dealing with structured data I'm reading it from some other source anyway, such as CSV files etc.
Is that because language is so bad, he cant represent even a list in it? People use XML with C/C++, because C++'s own format is verbose and has to be recompiled every time. Lispers for example have no reason to use XML.

Name: Anonymous 2012-09-22 3:58

Note that we use "==" there to indicate that append is defined in terms of itself. If we used "=", Fexl would think we meant to redefine append, replacing a previous definition with a new one, and would give us an error message because append was not previously defined.
Quirky. Author himself criticizes the language and yet ignores his own thoughts.

Name: Anonymous 2012-09-22 4:13

not pure
No thanks.

Name: Anonymous 2012-09-22 4:37

wow a trendy new piece of shit pet project rip off of a rip off programming language

Name: Anonymous 2012-09-22 8:38

Ugly as fuck.

Name: Anonymous 2012-09-22 9:06

>>6
Verbosiér.

Name: Anonymous 2012-09-22 9:46

So it's shitty like C++, but with more annoying syntax.
It also looks like Patrick Chkoreff is OP trying to sell his language.

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