• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r4wp

[#Red] Red language group

TomBon
11-Apr-2012
[378x2]
GUI, nice would be a clean cross plattform ANSI C lib, handling the 
basic window & eventmanagement

and providing access via a simplified meta-api (VID-DSL). this way 
nearly all script languages could 
use this lib as a native GUI generator.
the lib could be extended step by step with additional backends. 
a good start would be cairo since it's plain ANSI C too.
Kaj
11-Apr-2012
[380]
Brian, that's what I said
DocKimbel
12-Apr-2012
[381]
Pekr: received, thank you very much!
Pekr
12-Apr-2012
[382x3]
That's just some minor help to keep you in a positive mood while 
you are fighting new Red barriers :-)
btw - how's the work going?
I would also not post here, I just try to motivate others to do the 
same from time to time :-)
Endo
12-Apr-2012
[385]
And it worked Pekr :) I did as well. I tried last month too but I 
coudn't because my bank required more info. So I did via paypal this 
time.
Pekr
12-Apr-2012
[386x2]
yeah, Paypla is the easy option :-)
Thanks to all for supporting Red this or that way, hopefully we will 
prevail :-)
DocKimbel
12-Apr-2012
[388x2]
Pekr: I am finishing the generation of the intermediary representation 
for the output of Red compiler. I had to change it several times 
as it is uneasy to design properly without all the other pieces ready 
(another chicken and egg problem).


For example, to properly store literals (especially series literals), 
I need some kind of Redbin format, but designing it and implementing 
it now seems like a bit premature (as most types are not defined 
yet). So, I went for a dynamic construction model at run-time for 
now. I'll move literals to Redbin when it will be available.


For Redbin, I want it to be powerful enough to be able to serialize 
the whole state of a running Red program, but I don't know yet to 
what extent it is doable when running native code directly (needs 
some significant research work).


Also, I need to make a few changes to Red/System compiler to better 
integrate witht Red's one, I should finish those changes and release 
them this weekend.
Endo: thanks for your support!
Endo
12-Apr-2012
[390]
You are welcome!
Kaj
12-Apr-2012
[391]
Hmm, serialisation and persistence, sweet :-)
DocKimbel
15-Apr-2012
[392]
I am moving all my web site and web apps to a new server. Unfortunately, 
I have to change all the DNS entries too, so interruptions might 
occur during the next 24-48h on the following sites:

- cheyenne-server.org
- curecode.org
- static.red-lang.org
- softinnov.org
Pekr
25-Apr-2012
[393]
Doc, any intermediate update for us here, before your next tweet? 
:-)
Arnold
25-Apr-2012
[394]
My fear, he's not yet up again ;)
MagnussonC
26-Apr-2012
[395]
I hope there aren't any brick walls ahead of him ...
Kaj
26-Apr-2012
[396]
I think he has super ability to walk through them ;-)
Jerry
26-Apr-2012
[397]
I believe in Dockimbel.
Steeve
26-Apr-2012
[398]
Anyone tried to contac him ?
DocKimbel
26-Apr-2012
[399x2]
I've been busy with offline tasks these last days, so haven't coded 
much. I'm resuming coding since yesterday, I hope to be able to release 
a new version and push commits before the end of the week.
No brick walls so far, just a lot of detailed design work. :-)
Steeve
26-Apr-2012
[401]
Okay
james_nak
26-Apr-2012
[402]
Good to hear.
GrahamC
3-May-2012
[403]
Any updates on when the first alpha red will be available?
DocKimbel
3-May-2012
[404]
Not yet, I need to reschedule it as I am only working part time on 
it this week.
Henrik
3-May-2012
[405]
I hope this allows good ideas to surface.
Pekr
9-May-2012
[406]
Doc, in an Ann-reply channel, you mentioned, that first alpha of 
Red might be out this month. Could you elaborate a bit, what extent 
will it cover?
DocKimbel
9-May-2012
[407]
Nothing more than what was already planned, just delayed.
james_nak
9-May-2012
[408]
Go Doc Go!
Pekr
17-May-2012
[409]
How can I 'wait in linux red? Should I wrap something as sleep() 
function?
Endo
17-May-2012
[410]
I think you need to add OS sleep() function.
PeterWood
17-May-2012
[411]
http://www.delorie.com/gnu/docs/glibc/libc_445.html
Pekr
22-May-2012
[412]
Sent another donation, to make life in a programmer's cave a bit 
easier :-)
DocKimbel
22-May-2012
[413]
Thank you Peter! :-)
Pekr
22-May-2012
[414]
You're welcomed. Any news how the implementation goes? Is it as expected, 
or any new design complications arose? :-) I miss you blogging from 
time to time. Well, most probably no details to blog about, so looking 
forward to see first Red alpha in upcoming weeks :-)
Maarten
22-May-2012
[415]
Doc, have you considered using kickstarter for funding?
Pekr
22-May-2012
[416]
I thought about that recently too!
Pekr
23-May-2012
[417x2]
VIA Technologies competition to Raspberry Pi - http://www.engadget.com/2012/05/22/via-technologies-outs-49-apc-android-barebones/
eh, wrong group, although :-)
DocKimbel
23-May-2012
[419x2]
Maarten: yes, but they are two show-stoppers for that, firstly you 
need to be based in USA, secondly you need to get a big enough user 
base.
Pekr: I will write a blog entry that will give more details once 
I publish the new commits.
GrahamC
28-May-2012
[421x2]
http://www.downforeveryoneorjustme.com/http://www.red-lang.org/ says 
red site is down
Temporary outage
DocKimbel
30-May-2012
[423]
It's works ok now. I don't know if the temporary outages are caused 
by the Blogger platform or domain servers...probably the Blogger 
domain redirection.
GrahamC
30-May-2012
[424x2]
Any updates on a date for Red ( not system ) ?
alpha ..
Marco
3-Jun-2012
[426]
@DocLimbel Is there a way to speed updates? Could you ask for some 
specific functions or some other piece of code to be developed ?
Pekr
3-Jun-2012
[427]
Marco - I think that what we are waiting for is a significant part 
of work being done to see first draft or RED alpha, including compiler. 
Those things might take some time. I believe that once published, 
we will see more regular updates again. Just my opinion of course 
...