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

"first"

Name: Anonymous 2011-08-22 1:04

fun "first" language to learn.

I say first because I took C++ in highschool and enjoyed it, and I wanted to try common lisp but I'm not certain if its supposed to be a joke or not.

any help would be nice.

Name: Anonymous 2011-08-24 3:12

so I just made my first "useful" bit of code.

; cfc = convert fahrenheit to celsius
; f = fahrenheit

(define (cfc f)
  (* (- f 32 )
     (/ 5 9)))

took me a minute to figure out how to get the math problem to work right. I didn't understand that I had to put the * at the start of the code itself. but it makes a lot of sense to me now.

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