This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:software_engineering_notes [2018/04/06 11:15] dave |
software:software_engineering_notes [2019/01/16 01:26] (current) dave [OCaml] |
||
---|---|---|---|
Line 2: | Line 2: | ||
* [[https://dev.to/theodesp/explain-monads-like-im-five|ELI5: Monads]] | * [[https://dev.to/theodesp/explain-monads-like-im-five|ELI5: Monads]] | ||
+ | * [[http://lambda-the-ultimate.org/|Lambda The Ultimate]] | ||
==== Programming Language Implementation == | ==== Programming Language Implementation == | ||
Line 13: | Line 14: | ||
* [[https://github.com/rust-unofficial/patterns | Unofficial Rust Design Patterns]] | * [[https://github.com/rust-unofficial/patterns | Unofficial Rust Design Patterns]] | ||
* [[https://play.rust-lang.org//|Rust Playground]] | * [[https://play.rust-lang.org//|Rust Playground]] | ||
+ | * The latest version of [[https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot|rustboot]] (the original rust compiler which was written in OCaml) before it was deleted from the main rust repository. | ||
+ | * The AST is located [[https://github.com/rust-lang/rust/blob/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot/fe/ast.ml|here]]. | ||
==== OCaml == | ==== OCaml == | ||
+ | * [[https://caml.inria.fr/pub/docs/manual-ocaml/|The OCaml Manual]] (stop googling first) | ||
* [[https://ocaml.org/learn/tutorials/|OCaml Tutorials]] | * [[https://ocaml.org/learn/tutorials/|OCaml Tutorials]] | ||
* [[https://caml.inria.fr/pub/docs/u3-ocaml/|Using, Understanding, and Unraveling The OCaml Language]] | * [[https://caml.inria.fr/pub/docs/u3-ocaml/|Using, Understanding, and Unraveling The OCaml Language]] | ||
Line 23: | Line 27: | ||
* [[https://blog.janestreet.com/|Janestreet OCaml Blog]] | * [[https://blog.janestreet.com/|Janestreet OCaml Blog]] | ||
* [[https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/ocaml#key-bindings|Key bindings for OCaml Spacemacs Layer]] | * [[https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/ocaml#key-bindings|Key bindings for OCaml Spacemacs Layer]] | ||
+ | |||
+ | ==== Racket == | ||
+ | |||
+ | * [[software:Racket:Racket Notes]] | ||
+ | * [[software:Racket:Functions|Racket Functions]] | ||
==== LLVM == | ==== LLVM == | ||
Line 48: | Line 57: | ||
* [[software:GDB]] | * [[software:GDB]] | ||
+ | * [[software:git]] | ||
* [[http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html|Enterprise Integration Patterns]] | * [[http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html|Enterprise Integration Patterns]] |