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

Year of OCaml?

Name: Anonymous 2015-05-28 4:58

We have recently gotten or will be soon getting, in no particular order:

# multicore (no more GIL)
# flambda
# GC tuning for real time systems
# algebraic effects
# modular implicits

Are we kicking ass yet?

Name: Anonymous 2015-06-14 23:29

>>67
Thanks anon!

>>66
Why so sure? Check this out:

(value x 42)
(value f (lambda x 0))
(value rec f (lambda (x y) 0))
(let ((x 42) (y 27)) (+ x y))
(let* ((x 42) (y 27)) (+ x y))
(module M (struct ...))
(type (t 'a) (sum (A 'a int) (B)))
(lambda (x y) x)
(progn x y z)
(f x y)
(list 1 2 3)
(list x y z :: t)
(, a b c)
(match x ((range 'A' 'Z') "x")))
({} (x y) (z t))

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