Hi, Has someone tried this? http://www.atdot.net/yarv/ Ruby compiling Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Has someone tried this?
Ruby compiling
No, not yet. Its going to be the vm for ruby 2. Reports on the web say its somewhat useable but not stable. At least that is what I understood. Patrick
On 3/2/06, Patrick Gundlach
No, not yet. Its going to be the vm for ruby 2. Reports on the web say its somewhat useable but not stable. At least that is what I understood.
Someone actually got Ruby-on-Rails up and running on a 1.9 build compiled with YARV as the VM. And, while Ruby-on-Rails isn't the only thing Ruby, it certainly gives a good indication of how far along they've come.
Hello Nikolai,
No, not yet. Its going to be the vm for ruby 2. Reports on the web say its somewhat useable but not stable. At least that is what I understood.
Someone actually got Ruby-on-Rails up and running on a 1.9 build compiled with YARV as the VM. And, while Ruby-on-Rails isn't the only thing Ruby, it certainly gives a good indication of how far along they've come.
Well, it is the opposite from what I've found out. Running rails: yes, rendering dynamic stuff: no. So this is not really rails... and not really usable. But I have no experience from myself. I'd love to see that I am wrong. It might make some of my stuff faster. http://redhanded.hobix.com/inspect/yarvNoLongerAnAcronymForYouAcknowledgeThe... http://cwilliams.textdriven.com/articles/2006/02/23/yarv-and-rails Patrick -- ConTeXt wiki and more: http://contextgarden.net
Patrick Gundlach wrote:
Hello Nikolai,
No, not yet. Its going to be the vm for ruby 2. Reports on the web say its somewhat useable but not stable. At least that is what I understood.
Someone actually got Ruby-on-Rails up and running on a 1.9 build compiled with YARV as the VM. And, while Ruby-on-Rails isn't the only thing Ruby, it certainly gives a good indication of how far along they've come.
Well, it is the opposite from what I've found out. Running rails: yes, rendering dynamic stuff: no. So this is not really rails... and not really usable. But I have no experience from myself. I'd love to see that I am wrong. It might make some of my stuff faster.
http://redhanded.hobix.com/inspect/yarvNoLongerAnAcronymForYouAcknowledgeThe... http://cwilliams.textdriven.com/articles/2006/02/23/yarv-and-rails
So how about nitro? Anyhow, from the perspective of running tex, those frameworks solve only part of the problem. I'm currently writing some web stuff and as usual the relative long tex runs have some session and caching demands that forces one to write quit esome code. A nasty characteristic of scripting languages is that chdir and env vars are global to the process, so threading multiple sessions using different tex trees and resource paths is possible, but a bit painful. For this I extended texmfstart a bit and also a kind of texmf configuration system, but i need to document it .. . Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 3/3/06, Hans Hagen
Patrick Gundlach wrote:
Well, it is the opposite from what I've found out. Running rails: yes, rendering dynamic stuff: no. So this is not really rails... and not really usable. But I have no experience from myself. I'd love to see that I am wrong. It might make some of my stuff faster.
So how about nitro?
Anyhow, from the perspective of running tex, those frameworks solve only part of the problem. I'm currently writing some web stuff and as usual the relative long tex runs have some session and caching demands that forces one to write quit esome code. A nasty characteristic of scripting languages is that chdir and env vars are global to the process, so threading multiple sessions using different tex trees and resource paths is possible, but a bit painful. For this I extended texmfstart a bit and also a kind of texmf configuration system, but i need to document it .. .
Eh, sorry, but I wasn't trying to get into a discussion on web-frameworks here. I just said that YARV is on its way to becoming the standard VM and it seems to be doing a good job at that. nikolai
participants (3)
-
Hans Hagen
-
Nikolai Weibull
-
Patrick Gundlach