Page 1 of 2
The Blue Programming Language 1.4.3
Posted: Fri Mar 07, 2008 6:51 pm
by binutils
Release focus: Code cleanup
Changes:
This release increases the speed and reliability of Blue, especially in multi-threaded applications. Some of the major changes are refactored attributes and dictionaries, the addition of medium-grained mutexes for single/multi-threaded application performance boost, a refactored backtrace mechanism, and the earthquake demo now has a more intuitive trackball type movement.
http://freshmeat.net/projects/bluelang/ ... _id=273280
Posted: Fri Mar 07, 2008 7:01 pm
by Alboin
My problem with small, unknown languages is that if the project dies, it takes whatever code I've written down with it.
PS: This isn't your project is it?
Posted: Fri Mar 07, 2008 11:30 pm
by Brynet-Inc
Alboin wrote:PS: This isn't your project is it?
Nope, He's at it again... posting random links.

Posted: Sat Mar 08, 2008 4:01 pm
by lukem95
i swear thats all he does

Posted: Sat Mar 08, 2008 6:06 pm
by binutils
i wish i have enough time to join any interesting projects.
ATM, i am interested in dwavesys, blue, lc, xorg-radeonhd, etc etc.
Posted: Fri Mar 14, 2008 11:41 am
by Meor
I don't see how this language is a significant deviation from C, looks more like a hobby language.
Posted: Fri Mar 14, 2008 4:40 pm
by binutils
Any recommendation of another programming language?
now these day pl projects boom seems over.
Posted: Fri Mar 14, 2008 5:36 pm
by JackScott
Lisp.
Posted: Fri Mar 14, 2008 7:36 pm
by Colonel Kernel
Smalltalk.
Posted: Sat Mar 15, 2008 5:05 am
by Paw
Meor wrote:I don't see how this language is a significant deviation from C, looks more like a hobby language.
It contains anonymous objects and anonymous functions. Strings are natively supported with a string concatenation operator (+). Arrays appear to be bound-checked objects, which have a couple of useful methods (join, length).
I don't see how this language is *not* a significant deviation from C. On the other hand, I don't see how this language is a significant deviation from ECMAScript

.
Well okay... it lacks the prototype paradigm and a couple of other things...
Posted: Sat Mar 15, 2008 5:06 am
by binutils
@Yayyak, @Colonel Kernel: sorry not my type. because it already known and i smell it, i have been searching since 1997, what i got was c, c++ libraries(stlport, loki, boost, mfc), perl, bash, gas, opcode/microcode/some electronic stuff..
looking for some unknown stuff, new pl term like llvm clang etc etc.
--
PS:
http://www.youtube.com/watch?v=0hgELxiURLk :)
PPS: blue pl reached 1.5
Posted: Sat Mar 15, 2008 5:11 am
by JackScott
Posted: Sat Mar 15, 2008 5:17 am
by binutils
i smell it about 8 months ago :)
i feel comfortable c in gtk environment, i had dev experience gpe matchbox keyboard, gtkterm serial programming.
now i am neutral to gnome because of their policy/step(ooxml, novell/ms thing, bad leader thing etc), backed to xorg community.
Posted: Sat Mar 15, 2008 5:21 am
by JackScott
I first found it around that long ago too. But 8 months is a lot less than 48 years. If you want cutting edge, just browse through the newest added projects at Sourceforge.
Posted: Sat Mar 15, 2008 5:28 am
by binutils
i did and doing. recently,
http://tacojuice.org/plnews/
http://lambda-the-ultimate.org/
freshmeat, sf.net latest search was fun.
--
PS: almost forgot to this site(refound it YAY!) :
http://www.artima.com/