Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2530
| X-FeedAbuse | http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 |
|---|---|
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!talisker.lacave.net!lacave.net!not-for-mail |
| From | Johnny Morrice <spoon@killersmurf.com> |
| Newsgroups | comp.lang.ruby |
| Subject | Re: can we use direct ruby instaed of javascript ? |
| Date | Fri, 8 Apr 2011 08:20:47 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 32 |
| Message-ID | <20110408142041.1bad84cd@fractal> (permalink) |
| References | <7698971be5bff34f106ae0323b85f847@ruby-forum.com> <a15f52a23b74fa2e803f796204c2c31e@mail.whitequark.org> <20110407163617.GA14421@guilt.hydra> <f2bd41732314686b9da54fedf61e213a@mail.whitequark.org> <20110408014855.GC15718@guilt.hydra> <99220FC9-DD3C-43A7-B219-D8F320FBE7F8@coretech.net.au> <BANLkTik4HHa=yFM2T75YEjYm8wsh=d7eQQ@mail.gmail.com> |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1302268872 304 65.111.164.187 (8 Apr 2011 13:21:12 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Fri, 8 Apr 2011 13:21:12 +0000 (UTC) |
| In-Reply-To | <BANLkTik4HHa=yFM2T75YEjYm8wsh=d7eQQ@mail.gmail.com> |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 381196 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <20110408142041.1bad84cd@fractal> |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:2530 |
Show key headers only | View raw
> That is incredibly cool! But can you really implement *any* language? > What about languages that are completely different from javascript? > In Haskell, for example, everything happens lazily, data is > immutable, there is a complex type system. Can you really map this > right to javascript? (or am I misunderstanding OMeta?) My take here is full of handwaving. I'll admit I've never of O-Meta before. Comp sci point of view: OMeta is turing complete? If so then by universality it is possible. Further, OMeta can run C#, it doesn't take a huge stretch of the imagine to say it can run C. Haskell can compile to C*. Therefore it can run Haskell. The best way to do it though would be to port the STG-Machine** into O-meta. Fun! * Check the list of GHC features http://www.haskell.org/ghc/ ** See "Implementing lazy functional languages on stock hardware: the Spineless Tagless G-machine", Simon Peyton Jones 1992. The link on SPJ's website is dead unforunately :( I've been tempted to port STG into ruby before. Or maybe just G-Machine because it's simpler. It just sounds like a fun little project. Sorry for yet another random long interjection on functional programming. SIGH.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
can we use direct ruby instaed of javascript ? Sniper Abandon <sathish.salem.1984@gmail.com> - 2011-04-07 01:44 -0500
Re: can we use direct ruby instaed of javascript ? Dhruva Sagar <dhruva.sagar@gmail.com> - 2011-04-07 01:52 -0500
Re: can we use direct ruby instaed of javascript ? Michal Suchanek <hramrach@centrum.cz> - 2011-04-07 08:00 -0500
Re: can we use direct ruby instaed of javascript ? Sniper Abandon <sathish.salem.1984@gmail.com> - 2011-04-07 02:33 -0500
Re: can we use direct ruby instaed of javascript ? Dhruva Sagar <dhruva.sagar@gmail.com> - 2011-04-07 03:17 -0500
Re: can we use direct ruby instaed of javascript ? Mike Stephens <rubfor@recitel.net> - 2011-04-07 07:28 -0500
Re: can we use direct ruby instaed of javascript ? Peter Zotov <whitequark@whitequark.org> - 2011-04-07 07:50 -0500
Re: can we use direct ruby instaed of javascript ? Peter Zotov <whitequark@whitequark.org> - 2011-04-07 15:37 -0500
Re: can we use direct ruby instaed of javascript ? Julian Leviston <julian@coretech.net.au> - 2011-04-07 23:46 -0500
Re: can we use direct ruby instaed of javascript ? Josh Cheek <josh.cheek@gmail.com> - 2011-04-08 08:03 -0500
Re: can we use direct ruby instaed of javascript ? Johnny Morrice <spoon@killersmurf.com> - 2011-04-08 08:20 -0500
Re: can we use direct ruby instaed of javascript ? Johnny Morrice <spoon@killersmurf.com> - 2011-04-08 08:34 -0500
Re: can we use direct ruby instaed of javascript ? Michal Suchanek <hramrach@centrum.cz> - 2011-04-11 04:45 -0500
Re: can we use direct ruby instaed of javascript ? Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-04-11 05:34 -0500
Re: can we use direct ruby instaed of javascript ? Michal Suchanek <hramrach@centrum.cz> - 2011-04-11 07:59 -0500
Re: can we use direct ruby instaed of javascript ? William Rutiser <wruyahoo05@comcast.net> - 2011-04-11 09:48 -0500
Re: can we use direct ruby instaed of javascript ? Johnny Morrice <spoon@killersmurf.com> - 2011-04-11 11:53 -0500
Re: can we use direct ruby instaed of javascript ? Johnny Morrice <spoon@killersmurf.com> - 2011-04-11 11:57 -0500
"of" keyword? inverse dot syntax... Julian Leviston <julian@coretech.net.au> - 2011-04-08 03:34 -0500
Re: "of" keyword? inverse dot syntax... Josh Cheek <josh.cheek@gmail.com> - 2011-04-08 07:52 -0500
Re: "of" keyword? inverse dot syntax... Ryan Davis <ryand-ruby@zenspider.com> - 2011-04-08 14:02 -0500
Re: "of" keyword? inverse dot syntax... Vincent Manis <vmanis@telus.net> - 2011-04-08 20:42 -0500
Re: "of" keyword? inverse dot syntax... Yossef Mendelssohn <ymendel@pobox.com> - 2011-04-09 18:13 -0500
Re: can we use direct ruby instaed of javascript ? Peter Zotov <whitequark@whitequark.org> - 2011-04-08 04:47 -0500
Re: can we use direct ruby instaed of javascript ? Alexey Petrushin <axyd80@gmail.com> - 2011-04-09 22:58 -0500
Re: can we use direct ruby instaed of javascript ? Josh Cheek <josh.cheek@gmail.com> - 2011-04-11 08:17 -0500
Re: can we use direct ruby instaed of javascript ? Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-04-11 09:07 -0500
csiph-web