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

Fad Oriented Programming

Name: Anonymous 2015-03-04 4:05

Is it time to declare object orientation officially over and allow functional programming to take the crown as the latest fad?

Also, do you think logical programming will be next? Maybe I should brush up on my Prolog.

Name: Anonymous 2015-03-11 1:48

>>60
You can define whatever data structures you want and abstract them away with clos. Just like every other programming language that allows you to define new data types.

>>62
* (defmacro defn (name args &rest body)
`(defun ,name ,(coerce args 'list)
,@body))

DEFN
* (defn clojure-style #(oh shit nigga) (print (list oh shit nigga)))

CLOJURE-STYLE
* (clojure-style 1 2 3)

(1 2 3)
(1 2 3)

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