implement a language in llvm with ocaml

This commit is contained in:
Tu Tran 2017-10-21 19:11:25 -04:00
parent 88b3eb2c7a
commit 88e6cc1b40

View file

@ -18,6 +18,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Ruby](#ruby)
* [Haskell](#haskell)
* [PHP](#php)
* [OCaml](#ocaml)
* [R](#r)
* [Rust](#rust)
* [Swift](#swift)
@ -181,6 +182,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Building Realtime Chat App with Laravel 5.4 and VueJS](https://www.youtube.com/playlist?list=PLXsbBbd36_uVjOFH_P25__XAyGsohXWlv)
* [Build A Social Network: Laravel 5 - Youtube](https://www.youtube.com/playlist?list=PLfdtiltiRHWGGxaR6uFtwZnnbcXqyq8JD)
## OCaml:
* [Implement a Language with LLVM in OCaml](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm-in-objective-caml)
## Ruby:
* [Build a Network Stack with Ruby](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b)