Help me write Cond Macro in Clojure
1.Leonardo Borges
Description:I'm sitting in the Lobby of the Hilton in Boston and since my
flight back to Australia isn't for a few hours I thought I'd write my
experience report while ...
2.Clojure - Functional Programming for the JVM
Description:Clojure makes heavy use of lazy evaluation. This allows
functions to be invoked only when their result is needed. "Lazy sequences"
are collections of ...
3.Kooneiform | writing + text + games
Description:Just a quick post to remind me and anyone else what writing
RLs in Clojure looks like today (of course the Java landscape here is
vast, so I'll just cherry pick a ...
4.Home - Flying Machine Studios
Description:If you're at all like me, the moment you got your first
Clojure program running you belted out, "SOOO MUUUUUUUCH
POOOOOOOWEEEEEEEER!" and thrust one or both fists ...
5.Andrew Stewart
Description:Last night, I decided to write a small script that involved
parsing an RSS feed I'd fetched over HTTP. I thought I'd need to install
Nokogiri to be able to ...
6.Lisp (programming language) - Wikipedia, the free encyclopedia
Description:Lisp was invented by John McCarthy in 1958 while he was at the
Massachusetts Institute of Technology (MIT). McCarthy published its design
in a paper in Communications ...
7.N-queens problem - Rosetta Code
Description:Solve the eight queens puzzle. You can extend the problem to
solve the puzzle with a board of side NxN. Number of solutions for small
values of N is here.
8.Sorting algorithms/Quicksort - Rosetta Code
Description:Sorting algorithms/Quicksort You are encouraged to solve this
task according to the task description, using any language you may know.
9.Macro (computer science) - Wikipedia, the free encyclopedia
Description:Procedural macros . Macros in the PL/I language are written in
a subset of PL/I itself: the compiler executes "preprocessor statements"
at compilation time, and the ...
10.In My Humble Opinion - IMHO
Description:This starts the server on localhost:3000 and automatically
restarts the server if any of the project files change. Thus, you can
leave it running while we develop our ...
No comments:
Post a Comment