ArcLite - Arc Ported to JavaScript
jonathan.tang.name
ArcLite - Arc Ported to JavaScript
1–10 of 24 posts
Re: ArcLite - Arc Ported to JavaScript
#2And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
Re: ArcLite - Arc Ported to JavaScript
#3Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
I can understand not liking JavaScript, but hating it with a passion seems excessive. Do you really hate JavaScript or just having to deal with the issues of incompatible browsers? I prefer languages like Haskell that enforce strong static typing, but as far as runtime typed languages go I think JavaScript is pretty nice.
Re: ArcLite - Arc Ported to JavaScript
#4Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
Pray tell us, why?
Re: ArcLite - Arc Ported to JavaScript
#5Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
Re: ArcLite - Arc Ported to JavaScript
#6Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
Re: ArcLite - Arc Ported to JavaScript
#7Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
http://ejohn.org/apps/learn/ Resig's js tutorial also helped hammer in why people like js and what's so special about it.
Re: ArcLite - Arc Ported to JavaScript
#8Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
You do realize that JavaScript was originally named LiveScript before the marketing goons licensed the name and added the curly braces?
Re: ArcLite - Arc Ported to JavaScript
#9Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
I hate JavaScript with a passion. Pray tell us, why?
Re: ArcLite - Arc Ported to JavaScript
#10Along these lines, it would be cool if browsers supported some sort of "LispScript" (or at least "SchemeScript"). I hate JavaScript with a passion. This is all just wishful thinking, of course. And yes, there is a LispScript project, but it compiles to JavaScript. I'm thinking more of a native interpreter in the browser.
though I dislike having to type function() { and }); all the time, and scoping rules are a bit confusing, I've rather gotten use to it. Maybe you should read, "Javascript, the Good Parts" http://ejohn.org/apps/learn/ Resig's js tutorial also helped hammer in why people like js and what's so special about it.