blog.fourthbit.com
The Best Programming Language (or How to Stop Worrying and Love the Code) - The Blog of Fourthbit
http://blog.fourthbit.com/2014/03/01/the-best-programming-language-or-how-to-stop-worrying-and-love-the-code
The Best Programming Language (or How to Stop Worrying and Love the Code). Laquo; More entries. EDIT: This post has been translated to Japanese. Every once in a while, someone, somewhere, decides it’s time to write yet another post on what’s the best programming language, the mighty properties of a forgotten language, or the new language that. So my time has come. Finally, I get to say what I think about programming languages. TL;DR: The Great Languages. I hereby declare these languages to be. When would...
prael.wordpress.com
Update to my toy. « (hello
https://prael.wordpress.com/2010/08/05/update-to-my-toy
Update to my toy. Function may return #f rather than cons, which will leave the list it’s building as is. Was needed for filter. Also slows it down a great deal. :[. Acc tst) (rest acc) acc) ) newlst ; Accumulator lst) ; list we're deriving from (rest newlst) ) ; car is trash, see above. August 5, 2010. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your Twitter account. ( Log Out. Update to...
prael.wordpress.com
prael « (hello
https://prael.wordpress.com/author/prael
A goban with some tsumego. Fuego was the first computer program that won an official game of 9×9 Go against a 9-Dan professional player. The game against Zhou Junxun took place at the Human vs. Computer Go Competition at the Fuzz IEEE 2009 conference. The second game was won by Mr. Zhou. And there’s a somewhat slow but alive Go club in Second Life ( http:/ www.notabene-sl.com/slgc/. Which seemed a suitable excuse to check out SL, although for general play I prefer KGS ( http:/ www.gokgs.com/. Here’...
castrocastilla.com
The Best Programming Language (or How to Stop Worrying and Love the Code) - The Blog of Fourthbit
http://www.castrocastilla.com/2014/03/01/the-best-programming-language-or-how-to-stop-worrying-and-love-the-code
The Best Programming Language (or How to Stop Worrying and Love the Code). Laquo; More entries. EDIT: This post has been translated to Japanese. Every once in a while, someone, somewhere, decides it’s time to write yet another post on what’s the best programming language, the mighty properties of a forgotten language, or the new language that. So my time has come. Finally, I get to say what I think about programming languages. TL;DR: The Great Languages. I hereby declare these languages to be. When would...
prael.wordpress.com
2010 August 05 « (hello
https://prael.wordpress.com/2010/08/05
Now we’re getting ugly. Hmmmmmm. Lst func) ; acc is usually the result of the ; "reduce so far", here it is the ; last pair in newlst. cur is ; current item of consideration ; in the original list. (define (foo acc cur) ; func should return a new ; pair, which gets tacked ; onto the end of newlst. (set-cdr! Acc tst) (rest acc) acc) ) ; Grab pointer to first cons. ; Contents of car will be dropped. ; Contents of cdr will be clobbered. (let ( newlst (list #f) ) (lfold (if fails? Nxt) (list nxt) #f) ).
prael.wordpress.com
.stumpwmrc « (hello
https://prael.wordpress.com/stumpwmrc
Note: This is untested. With StumpWM 0.9.3. I’ll get around to upgrading and posting any patches soonish. Lisp-*- ; ; 0.7. 2008/02/13 ; Replaced my MusicPD code with Patzy's as it's far more complete. ; Using external 'unclutter' again. ; (run-with-timer 5 5 'banish-pointer) became too annoying. ; A few cleanups, mostly involving variable names. ; ; 0.6. My NREMT-B license exam. ; ; 0.5. 2008/01/09 ; Moved all the audio commands to un-numlocked keypad. Who uses those keys anyway? 2008/01/07 ; Moved all t...
prael.wordpress.com
In case I want to grok this in 6 months. « (hello
https://prael.wordpress.com/2010/08/01/in-case-i-want-to-grok-this-in-6-months
In case I want to grok this in 6 months. Acc (func cur) ; Have lfold push the new ; pair into acc next ; time it loops. (rest acc) newlst ; Accumulator lst) ; list we're deriving from (rest newlst) ) ; car is trash, see above. (define (append hd tl) (whatdoicallthis hd (lambda (nxt) (cons nxt tl) ) (define (map func lst) (whatdoicallthis lst (lambda (nxt) (list (func nxt) ) ). August 1, 2010. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:.
prael.wordpress.com
2011 October 30 « (hello
https://prael.wordpress.com/2011/10/30
A goban with some tsumego. Fuego was the first computer program that won an official game of 9×9 Go against a 9-Dan professional player. The game against Zhou Junxun took place at the Human vs. Computer Go Competition at the Fuzz IEEE 2009 conference. The second game was won by Mr. Zhou. And there’s a somewhat slow but alive Go club in Second Life ( http:/ www.notabene-sl.com/slgc/. Which seemed a suitable excuse to check out SL, although for general play I prefer KGS ( http:/ www.gokgs.com/. Here’...
prael.wordpress.com
A goban with some tsumego. « (hello
https://prael.wordpress.com/2011/10/30/205
A goban with some tsumego. Fuego was the first computer program that won an official game of 9×9 Go against a 9-Dan professional player. The game against Zhou Junxun took place at the Human vs. Computer Go Competition at the Fuzz IEEE 2009 conference. The second game was won by Mr. Zhou. And there’s a somewhat slow but alive Go club in Second Life ( http:/ www.notabene-sl.com/slgc/. Which seemed a suitable excuse to check out SL, although for general play I prefer KGS ( http:/ www.gokgs.com/. Here’...