|
|
|
|
|
by piemonkey
3628 days ago
|
|
My first thought is: Neat! Languages with different grammars, syntax, and libraries have different expressivities; my first thought is always compiler implementation in OCaml. I would love, for example, to (effortlessly!) dip into OCaml or Haskell while writing a high-performance C++ program, for example. I am very intrigued by Lia [0] as an example for how languages can be embedded inside of one another for useful effects. See Will Crichton's great blog post for more [1]. However, I am wondering why Python and PHP were chosen. I can't think of a compelling use for having both languages simultaneously. They are both dynamic scripting languages with similar design objectives. [0] https://github.com/willcrichton/lia
[1] http://notes.willcrichton.net/the-coming-age-of-the-polyglot... |
|
http://pgocaml.forge.ocamlcore.org/