- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [Lift] Re: typed browser scripting languages?
Thu, 2009-02-19, 00:24
Lifted, Scalads and Lasses,
Today i recalled that the skydeck folks had done an OCaml -> JS compiler and then dogfooded for their offerings. i've not played with it, myself, but the skydeck site is pretty nifty.
Best wishes,
--greg
On Sun, Feb 15, 2009 at 2:28 PM, Mark Chadwick <mark.chadwick@gmail.com> wrote:
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105
+1 206.650.3740
http://biosimilarity.blogspot.com
Today i recalled that the skydeck folks had done an OCaml -> JS compiler and then dogfooded for their offerings. i've not played with it, myself, but the skydeck site is pretty nifty.
Best wishes,
--greg
On Sun, Feb 15, 2009 at 2:28 PM, Mark Chadwick <mark.chadwick@gmail.com> wrote:
Thanks! Has anybody used this?
Yes. I've used haxe extensively. Though mostly for Flash apps, I've had to dig into its JavaScript a number of times (generally when doing Flash <-> DOM interactions). Watch out if you don't need very much JavaScript code, as even the smallest haxe script will generate a substantial amount of boilerplate JS.
I believe it's written in ocaml, so you may have some luck using it to pragmatically gen your JS, though I doubt there's much of a translation facility.
It's a pretty clean language by itself. Very close to ECMAScript. Its type inference is no Scala, but does a good job in the majority of cases. Packages. Most OO constructs. First class functions.
-Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 2Bunsubscribe [at] googlegroups [dot] com" target="_blank" rel="nofollow">liftweb+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105
+1 206.650.3740
http://biosimilarity.blogspot.com
Thu, 2009-02-19, 00:57
#2
Re: [Lift] Re: typed browser scripting languages?
Mark,
Many thanks for this feedback. Do you know of any connection between the HaXe codebase and the skydeck folks' ocamljs?
Best wishes,
--greg
On Sun, Feb 15, 2009 at 2:28 PM, Mark Chadwick <mark.chadwick@gmail.com> wrote:
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105
+1 206.650.3740
http://biosimilarity.blogspot.com
Many thanks for this feedback. Do you know of any connection between the HaXe codebase and the skydeck folks' ocamljs?
Best wishes,
--greg
On Sun, Feb 15, 2009 at 2:28 PM, Mark Chadwick <mark.chadwick@gmail.com> wrote:
Thanks! Has anybody used this?
Yes. I've used haxe extensively. Though mostly for Flash apps, I've had to dig into its JavaScript a number of times (generally when doing Flash <-> DOM interactions). Watch out if you don't need very much JavaScript code, as even the smallest haxe script will generate a substantial amount of boilerplate JS.
I believe it's written in ocaml, so you may have some luck using it to pragmatically gen your JS, though I doubt there's much of a translation facility.
It's a pretty clean language by itself. Very close to ECMAScript. Its type inference is no Scala, but does a good job in the majority of cases. Packages. Most OO constructs. First class functions.
-Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 2Bunsubscribe [at] googlegroups [dot] com" target="_blank" rel="nofollow">liftweb+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---
--
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105
+1 206.650.3740
http://biosimilarity.blogspot.com
> Many thanks for this feedback. Do you know of any connection between the
> HaXe codebase and the skydeck folks' ocamljs?
i've never heard of such a connection, fwiw.