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

Pages: 1-

if...

Name: Anonymous 2012-12-03 9:18

(define-syntax-rule (if... test? then else ...)
  (if test? then (begin else ...)))

Name: Anonymous 2012-12-04 2:10

>>1

Neat!

Terrible!

Neat!

Name: Anonymous 2012-12-04 9:20

>>2
Please italicize your exclamation marks.

Name: Anonymous 2012-12-05 1:31

>>3

No!

Name: Anonymous 2012-12-05 23:18

This is better

(defmacro if... (test then else)
  `(if ,test
     (begin ,@then)
     (begin ,@else)))

Name: Anonymous 2013-08-31 17:16


Would you guys recommend the old Kamen Rider shows (i.e., unhandsome Riders, I suppose), or old Super Sentai series? I thought about just watching some of the newer ones, but then I figured I might as well also watch something a little older.

Name: Anonymous 2013-08-31 18:47




    You can refactor in Haskell a lot. The types ensure your large scale changes will be safe, if you're using types wisely. This will help your codebase scale. Make sure that your refactorings will cause type errors until complete.

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