From: Eli Barzilay (eli at barzilay.org) Date: Fri Aug 26 16:26:24 EDT 2011 |
|
Three minutes ago, Jay McCarthy wrote: > If you go to > > http://drdr.racket-lang.org/current > > then you will get redirected to the current one. > > This shell script: > > curl -I http://drdr.racket-lang.org/current | grep Location | awk -F/ > '{print $2}' > > will give just that number... the Racket code would be simple too Yeah, that'll work. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!
Posted on the dev mailing list. |
|