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

scheme style

Name: Anonymous 2009-06-29 20:00

(define (func x) ...) or (define func (lambda (x) ...)?

Name: Anonymous 2009-06-29 23:07

perl style

sub func { my ($x) = @_; ... } or BEGIN { *func = sub { my ($x) = @_; ... } }?

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