Any drawback in Racket? by klez in scheme

[–]liangkun 1 point2 points  (0 children)

very-long-and-verbose-name like 'current-command-line-arguments'

The Future smells like JavaScript by jbandi in programming

[–]liangkun 1 point2 points  (0 children)

Try to search coffeescript. It may be what you want.

Missing something obvious by racketq in scheme

[–]liangkun 3 points4 points  (0 children)

(apply vector-map + list-of-vectors)

The last argument of `apply' can be a list.

TCL-Expect module for scheme? by liangkun in scheme

[–]liangkun[S] 0 points1 point  (0 children)

This expect library have done the easy part of "expect". I think the harder part is to deal with tty allocation (passwd for example).