My Scheme Blog (19, permasaged)

1 Name: SchemeNoob : 2009-07-17 22:05 ID:97UmOfTm

I know that you guys might sage the piss out of this but, this is my new scheme blog. I am doing this to get pointers from others who have read sicp. I like scheme so far. It is pretty much the first programming language that I like. I tried python and I can program stuff in it (pretty basic shit) but I like scheme because it makes more sense to me since it reads more like English does.

Here is one item from the end of SICP chapter 1L

(define (sumsq-big-two x y z)
(cond ((and (> x z) (> y z)) (sum-of-squares x y))

    ((and (> y x) (> z x)) (sum-of-squares y z))
((and (> z y) (> x y)) (sum-of-squares x z))
(else "fail")))

16 Name: M.C.!Anus3nMVO2 : 2009-08-15 22:02 ID:YMC+HsKQ

STOP!

[spoiler]ANUS TIME![/spoiler]

17 Name: #!/usr/bin/anonymous : 2009-08-16 07:10 ID:Heaven

>>15
my asshole is incapable of fucking.

18 Name: #!/usr/bin/anonymous : 2009-10-19 03:50 ID:Heaven

>>2

> You're not allowed to use this website in ways other than intended, and a "blog" is out of question

WTF?

19 Name: SchemeNoob : 2010-09-18 00:31 ID:U4AA5FjK

Okay. Time for another blog post.

I have the following [spoiler][b]niggercock[/b][/spoiler]

;; Compiler procedures
(define-signature compiler^
(compile-extensions
compile-extensions-to-c
compile-c-extensions

compile-zos

compile-collection-zos
compile-directory-zos

current-compiler-dynamic-require-wrapper
compile-notify-handler))

;; Low-level extension compiler interface
(define-signature compiler:inner^
(compile-extension
compile-extension-to-c
compile-c-extension
eval-compile-prefix))

[spoiler]is it true that my anus has been haxed[/spoiler]

This thread has been closed. You cannot post in this thread any longer.