David Stone's Blog

I'm open to suggestions for a subtitle here! (Really!)

Browse by Tags

All Tags » ocaml » school (RSS)
CSE 130 Sample Final Answers
Ocaml Types ans:int = 804 type error ans:int = 100 ans:int = 20 Function Type / Write reverse 'a -> 'a * 'a -> bool * 'a -> 'a let reverse l = let f (c,b) = match c with [] -> ([], b) | h::t -> (t, h::b) in let g (l, acc) = match l with...
prep cs130; prep cs131a
Another school year, more CSE classes. My class schedule for fall quarter looks like: CSE 130 - Programming Languages. Looks to be the most interesting course. We'll be studying OCaml for 4 weeks. Comparing it to Java for 1. Studying Python for 3...
More Posts