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

Lisp? no THANKS

Name: Anonymous 2007-07-14 15:29 ID:RaFZLwCc

I am make a new progrmming language based on the work of MCARTHY It is named

ГISP

Central idea is SYNTAX

(COND (a b) (c d) (e f))
is replaced by
(a → b, c → d, e → f)

GIve me OTHER ideas to replace all of lisp with SYNTAX thnk.
I await the reply..

Name: Anonymous 2007-07-15 9:59 ID:Yrd32fIE

<=> as a primitive operator, of course

(define (<=> a b)
 (cond
 ((< a b) true)
 ((= a b) true)
 ((> a b) true)
 (else false)))

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