Ask a Question related to Ruby, Design and Development.
-
Simon Strandgaard #1
regexp unlimited: Ruby's vs Oniguruma
AFAIK Ruby's regexp engine is somewhat limited:
* GPL, restricts commercial use.
* i18n, cannot operate on UCS-4.
* input, no stream-iterators, only String class.
What are the limits of Oniguruma ?
How should your Ruby regexp engine be like ?
--
Simon Strandgaard
Simon Strandgaard Guest
-
FM 6 Unlimited Crashes
I installed FMP 6 Unlimited on a G4, and it has been crashing constantly. I had FM 4.1 on there, and converted all of the databases to 6.0. Never... -
ruby's regexp: Is there no opposite of =~ ???
Hi, Searching through "Programming Ruby" I found the Perl-like "=~" for matching strings against regexps but I cannot find the opposite "dont... -
Help unlimited!
It's a great program for the job if you know Lasso or XML. You might also look at an existing FileMaker e-commerce solution called Ch-Ching, at... -
Install 6.0 Unlimited
I'm trying to install FM 6.0 Unlimited onto a Mac running OSX (10.2.6). I keep getting the error that I need to be in the root in order to run the... -
Ruby's license
Hi, In message "Ruby's license" on 03/07/11, "Hal E. Fulton" <hal9000@hypermetrics.com> writes: |Does this license actually have a name? Is... -
Daniel Carrera #2
Re: regexp unlimited: Ruby's vs Oniguruma
Isn't Ruby a dual license? AFAIK Ruby can be used in propietary software (don't
say "commercial", say "propietary", there's a difference, MySQL is commercial and
GPL).
On Mon, Nov 17, 2003 at 10:55:40AM +0900, Simon Strandgaard wrote:--> AFAIK Ruby's regexp engine is somewhat limited:
> * GPL, restricts commercial use.
> * i18n, cannot operate on UCS-4.
> * input, no stream-iterators, only String class.
>
>
> What are the limits of Oniguruma ?
>
> How should your Ruby regexp engine be like ?
>
>
> --
> Simon Strandgaard
Daniel Carrera | Aleph-0 bottles of beer on the wall, Aleph-0 bottles
PhD student. | of beer. Take one down, pass it around, Aleph-0
Math Dept. | bottles of beer on the wall...
UMD. | [url]http://mathworld.wolfram.com/Aleph-0.html[/url]
Daniel Carrera Guest
-
Mark Wilson #3
Re: regexp unlimited: Ruby's vs Oniguruma
On Nov 16, 2003, at 10:43 PM, Daniel Carrera wrote:
Ruby is dual license but it uses the GNU regular expressions library,> Isn't Ruby a dual license? AFAIK Ruby can be used in propietary
> software (don't
> say "commercial", say "propietary", there's a difference, MySQL is
> commercial and
> GPL).
which are LGPL. One motivation for Oniguruma, as I understand it, is to
have a regular expressions implementation that can be dual licensed.
So, Ruby can be used in proprietary software that is distributed,
subject to the LGPL if the program uses the GNU regular expressions
library.
Regards,
Mark Wilson
Mark Wilson Guest



Reply With Quote

