LHC activation soon!
Monday, June 23rd, 2008First collisions are scheduled on the end of June.
The end of Earth is near =)
First collisions are scheduled on the end of June.
The end of Earth is near =)
Typed Scheme is fun:
#lang typed-scheme (define-struct: Nothing ()) (define-struct: (a) Just ([v : a])) (define-type-alias (Maybe a) (U Nothing (Just a))) (: find (Number (Listof Number) -> (Maybe Number))) (define (find v l) (cond [(null? l) (make-Nothing)] [(= v (car l)) (make-Just v)] [else (find v (cdr l))])) |
Though I couldn’t even deconstruct a value returned by this function & docs are very scarce. And I really doubt the idea, but nevertheless it’s fun =)
July 11-14, 2008.
If you want to participate but cannot find a team write/jabber to jartur [at] l-square [dot] net =)
Preferred langs: Scheme, Haskell, Perl.
…very very unpleasant condition.
And also I hate antibiotics.
There are some small improvements for commenters on this blog:
Examples:
| What you type | What you get |
| Inline latex: $$\alpha > \beta$$ | Inline latex: ![]() |
| Block latex: $$!\frac{\alpha}{\pi}$$ Note the blank line above! |
Block latex: ![]() Note the blank line above! |
Code follows after a blank line:`x :: a -> a
x a
| a > 0 = a
| a < 0 = -a`
Note the blank line above. |
Code follows after a blank line:
Note the blank line above. |