The Blue Programming Language 1.4.3

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

The Blue Programming Language 1.4.3

Post 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
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post 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?
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Alboin wrote:PS: This isn't your project is it?
Nope, He's at it again... posting random links. :roll:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

i swear thats all he does :)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post 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.
Meor
Posts: 13
Joined: Fri Mar 14, 2008 11:29 am

Post by Meor »

I don't see how this language is a significant deviation from C, looks more like a hobby language.
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post by binutils »

Any recommendation of another programming language?
now these day pl projects boom seems over.
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

Lisp.
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Post by Colonel Kernel »

Smalltalk.
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
Paw
Member
Member
Posts: 34
Joined: Fri Mar 07, 2008 11:20 am

Post 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 :-P.

Well okay... it lacks the prototype paradigm and a couple of other things...
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post 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
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post 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.
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post 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.
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post 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/
Last edited by binutils on Sat Mar 15, 2008 5:40 am, edited 1 time in total.
Post Reply