Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
lisp
1
Name:
Anonymous
2009-06-17 2:14
your thoughts on lisp?
26
Name:
Anonymous
2009-06-20 15:54
(
define-class paint-example
(
define-method public void
(
graphics g
)
(
let
(
(
dim
(
get-size
)
)
(
s "Why does lisp matter when we have JScheme?"
)
)
(
draw-string g s
(
/
(
-> dim width
)
2
)
(
/
(
-> dim height
)
2
)
)
)
)
)
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List