[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

does ruby have source filters?

Lex Williams

8/21/2008 12:28:00 PM

I come from a perl background , and in perl there was a module called
Filter::Simple , which made possible writing code in latin ( by
transforming the code you wrote before it reached the interpreter ) , or
whatever strange preferences users might had .
Is there anything similar in ruby ?
--
Posted via http://www.ruby-....

4 Answers

Xavier Noria

8/21/2008 12:46:00 PM

0

On Thu, Aug 21, 2008 at 2:28 PM, Lex Williams <etaern@yahoo.com> wrote:

> I come from a perl background , and in perl there was a module called
> Filter::Simple , which made possible writing code in latin ( by
> transforming the code you wrote before it reached the interpreter ) , or
> whatever strange preferences users might had .
> Is there anything similar in ruby ?

Not builtin.

There are some hacks around, google for "ruby source filter".

Clinton D. Judy

8/21/2008 1:25:00 PM

0

WW91IGhhdmUgdG8gYWN0dWFsbHkgY2FsbCBpdCBieSBpdHMgZm9yZWlnbiBuYW1lLiBMaWtlIEls
dGVyZmF5OjpJbXBsZXNheS4NCg0KLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IFhh
dmllciBOb3JpYSBbbWFpbHRvOmZ4bkBoYXNocmVmLmNvbV0gDQpTZW50OiBUaHVyc2RheSwgQXVn
dXN0IDIxLCAyMDA4IDg6NDYgQU0NClRvOiBydWJ5LXRhbGsgTUwNClN1YmplY3Q6IFJlOiBkb2Vz
IHJ1YnkgaGF2ZSBzb3VyY2UgZmlsdGVycz8NCg0KT24gVGh1LCBBdWcgMjEsIDIwMDggYXQgMjoy
OCBQTSwgTGV4IFdpbGxpYW1zIDxldGFlcm5AeWFob28uY29tPiB3cm90ZToNCg0KPiBJIGNvbWUg
ZnJvbSBhIHBlcmwgYmFja2dyb3VuZCAsIGFuZCBpbiBwZXJsIHRoZXJlIHdhcyBhIG1vZHVsZSBj
YWxsZWQNCj4gRmlsdGVyOjpTaW1wbGUgLCB3aGljaCBtYWRlIHBvc3NpYmxlIHdyaXRpbmcgY29k
ZSBpbiBsYXRpbiAoIGJ5DQo+IHRyYW5zZm9ybWluZyB0aGUgY29kZSB5b3Ugd3JvdGUgYmVmb3Jl
IGl0IHJlYWNoZWQgdGhlIGludGVycHJldGVyICkgLCBvcg0KPiB3aGF0ZXZlciBzdHJhbmdlIHBy
ZWZlcmVuY2VzIHVzZXJzIG1pZ2h0IGhhZCAuDQo+IElzIHRoZXJlIGFueXRoaW5nIHNpbWlsYXIg
aW4gcnVieSA/DQoNCk5vdCBidWlsdGluLg0KDQpUaGVyZSBhcmUgc29tZSBoYWNrcyBhcm91bmQs
IGdvb2dsZSBmb3IgInJ1Ynkgc291cmNlIGZpbHRlciIuDQoNCg0K

Lex Williams

8/21/2008 2:04:00 PM

0

Clinton D. Judy wrote:
> You have to actually call it by its foreign name. Like
> Ilterfay::Implesay.

What is Ilterfay::Implesay? Neither google , nor rubyforge returns any
results.
--
Posted via http://www.ruby-....

Tim Hunter

8/21/2008 2:34:00 PM

0

Lex Williams wrote:
> Clinton D. Judy wrote:
>> You have to actually call it by its foreign name. Like
>> Ilterfay::Implesay.
>
> What is Ilterfay::Implesay? Neither google , nor rubyforge returns any
> results.

http://en.wikipedia.org/wiki...
--
Posted via http://www.ruby-....