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

possible to use racket for programming?

Name: Anonymous 2018-02-04 14:40

have you tried?

Name: Anonymous 2018-02-06 8:13

#!/bin/sh
TMP=$(mktemp)
printf %"s\n" "#lang racket" "(require compatibility/defmacro)" > $TMP

if [ -f "./order" ]
then
cat $TMP $(cat ./order | sed 's/\s.*$//') > out.sexpr
else
cat $TMP $(ls *.scm *.sexpr | sort) > out.sexpr
fi

racket -l errortrace -t out.sexpr

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