You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Racket Developers
Is possible the use of wisp in racket? or or in the future adopt this syntax the language?
Is interesant this syntax , is more simple for beginner and delete many brackets.
Cheers.
Jack Firth
unread,
Jan 11, 2016, 2:02:54 PM1/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Racket Developers
I recommend looking into sweet-expressions, particularly the sweet-exp meta-language package. In short - because of the way #lang works in Racket, there's absolutely nothing stopping you from implementing wisp yourself and using it on a per-module basis.