World: r3wp
[#Boron] Open Source REBOL Clone
older newer | first last |
JaimeVargas 20-Sep-2006 [492x2] | Diffs. I mean load the current base from the repository and generata a universal patch using the diff cmd on the two copies. Then we can check changes one by one. |
Or I we can wait. | |
Rebolek 20-Oct-2006 [494] | I'm reading Ubuntu 6.06RC release notes and here's this: ORCA Replacing the venerable Gnopernicus is the new Orca, a scriptable screenreader for the GNOME desktop. Expect some great things from this in the coming months and years. Best of all, it is written in Ubuntu's favourite language, Python. Hm, that's not OUR orca :( BTW, what is its current status? |
Kaj 20-Oct-2006 [495x3] | Lots of things are called Orca. We still need a name change |
I'm working with Orca on Syllable. I've identified a number of bugs and missing features that I will work on first when I start developing Orca itself | |
I was pleased to find that none of them are showstoppers, though | |
Kaj 16-Nov-2006 [498x2] | There were a few unreleased bug fixes for Orca and QUIT/RETURN was implemented recently, so I made a new release and put it on FreshMeat: |
http://freshmeat.net/projects/rebol-orca/?branch_id=66431&release_id=241129 | |
Normand 3-Dec-2006 [500] | As Orca is backtracking Rebol why not backtrack the name : lober a lob in tennis is to get the ball over the other player : ). It is free on Freshmeat. |
Kaj 16-Dec-2007 [501x4] | I released new source and binary packages for ORCA: |
http://freshmeat.net/projects/rebol-orca/ | |
There's a binary for Linux, and this new version is also included in Syllable, starting with Syllable Server 0.2 that I just released | |
Several small fixes and enhancements were made to ORCA over the past year, which these packages roll up | |
Kaj 22-Jun-2008 [505x4] | I registered ORCA on Ohloh: |
http://www.ohloh.net/projects/ORCA | |
I also registered my Packager tool for Syllable, written in ORCA: | |
http://www.ohloh.net/projects/Packager | |
Geomol 15-Nov-2009 [509] | Are there any performance comparison tests between ORCA and REBOL? |
Kaj 15-Nov-2009 [510] | I once did a few simple tests and found ORCA to be generally somewhat faster than REBOL 2 in basic processing. Both of them were at least twice as fast as Ruby |
Geomol 15-Nov-2009 [511x2] | I found the Computer Language Benchmark Game a few weeks ago. Could be interesting to make REBOL and ORCA versions of those benchmarks. |
Found here: http://shootout.alioth.debian.org/ | |
Kaj 15-Nov-2009 [513] | Many years ago that I looked at it, but wasn't REBOL in there with a few tests? |
Geomol 15-Nov-2009 [514] | I don't see REBOL in there. I've only known about that benchmark a few weeks, so REBOL could have been there earlier and later removed from some reason. |
Izkata 15-Nov-2009 [515] | It used to be. Most of the math-intensive ones had been done in Rebol, but few of the others. It skewed the language comparison to the "slow" side farther than it should have, since the summaries didn't take into account whether all the benchmarks were implemented or not. Don't know if it's changed that part now, though.. |
Robert 17-Nov-2009 [516] | Is this ORCA stuff still under active development? |
Pekr 17-Nov-2009 [517] | I think not, not for a long time ... |
PeterWood 17-Nov-2009 [518] | There was a message on the ORCA mailing list yesterday bu Karl Robillard annoucing a new incarnation called Boron. The Boron wiki page is at http://sourceforge.net/apps/trac/urlan/wiki/BoronProject |
Kaj 17-Nov-2009 [519x2] | Oh, cool! Enhancements to ORCA have been trickling in over the past few years |
Boron looks like a complete ORCA reimplementation, so I changed the name of this group to reflect that | |
Pekr 17-Nov-2009 [521] | Wouldn't it be good, if Boron would be eventually designed to plug-in to R3 host code? |
Kaj 17-Nov-2009 [522] | My lips are sealed :-) |
Kaj 19-Nov-2009 [523x3] | I ported Boron to Syllable, both Syllable Desktop and Syllable Server |
It's not as complete as ORCA yet, but the project quality is higher | |
It has a shared library instead of a static one, and PThreads integration | |
Janko 19-Nov-2009 [526] | interesting thing this Boron .. what are the main coceptual differences to rebol? Does it have a QT binding (it looked so)? |
Kaj 19-Nov-2009 [527x2] | ORCA has the bindings and Boron was started specificaly to update them, so they should work already |
I hope Boron is returning to the loose goal of REBOL compatibility, but as of yet some things are missing | |
Kaj 21-Nov-2009 [529x2] | There's a new word reference that shows status and compatibility: |
http://urlan.sourceforge.net/boron/doc/func_ref.html | |
Chris 21-Nov-2009 [531] | Hmm, 'term-dir instead of 'dirize |
Maxim 21-Nov-2009 [532] | because its a specific version of 'terminate |
Chris 21-Nov-2009 [533] | 'infuse sounds suspect too |
Maxim 21-Nov-2009 [534] | I actually like that function's idea. |
Chris 21-Nov-2009 [535] | 'ifn instead of 'unless |
Maxim 21-Nov-2009 [536x2] | funny, those are the two thing I thought where noteworthy.. hehehe |
ifn ... very bad style. | |
Chris 21-Nov-2009 [538x2] | And a few that've been truncated. Doesn't seem like a good road to go down. |
Need an example of 'infuse... | |
Maxim 21-Nov-2009 [540] | the way I understand it is: reduce bind block context |
BrianH 21-Nov-2009 [541] | What is the license of Boron? I've been having trouble figuring that out from the posted site. Is it BSD-compatible, to allow binary linking? |
older newer | first last |