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

World: r4wp

[Ann-Reply] Reply to Announce group

GrahamC
21-Feb-2013
[1440]
make directory
Kaj
21-Feb-2013
[1441]
Oh, Windows only
Andreas
21-Feb-2013
[1442]
(And outdated as well.)
Kaj
21-Feb-2013
[1443]
Yes, they seem to be just Saphirion's builds
sqlab
22-Feb-2013
[1444]
Kai, the behavior that console-pro closes after reading a file is 
still present
Kaj
22-Feb-2013
[1445x3]
Local files?
Which file are you trying?
Do you get any messages?
sqlab
23-Feb-2013
[1448]
Just plain textfiles e.g. there is no message or error.
Endo
23-Feb-2013
[1449]
Android release: That is great Robert!
Ladislav
23-Feb-2013
[1450x3]
To AdrianS: you should have seen that the pull requests to the mainline 
source repository have started
(it is in the "Announce" group as well)
Also, please post related questions here, please, not to the "Announce" 
group
AdrianS
23-Feb-2013
[1453x2]
I have seen that, but what I was asking about is the actual source 
tree that Saphirion is using. I got the impression from Robert, some 
time ago, that it was somehow being 'cleaned up' and would be made 
public in some way.
For example it would be nice to see the actual Android work in progress.
Ladislav
23-Feb-2013
[1455x2]
Yes, that will happen soon, Adreas will probably find some time to 
help with that as well.
err. Andreas
Scot
25-Feb-2013
[1457]
Thank you Robert and Cyphre... Good news indeed.
Cyphre
25-Feb-2013
[1458x2]
You are welcome Scot ;-)
Some more Android port info. Since some people around were asking 
if it will be possible to 'encap' scripts with the Android R3 I've 
spent some time researching/prototyping in this area and I think 
I can now answer this question positively. It surely will be possible 
to make "encapper" for R3 on Android and my current prototype results 
show that we'll be able to do it without the need to install any 
SDK or other bloated instalations. It will be just one good-old "encapper 
exe" that will do the job for you.
Kaj
25-Feb-2013
[1460x3]
Sqlab, I have no problem loading files from the command line into 
console-pro on Windows XP
Are you sure you have downloaded the latest console-pro.exe?
Are you sure you are loading files that can be executed by the Red 
interpreter?
Endo
25-Feb-2013
[1463]
That is a great news Cyphre!
Bo
25-Feb-2013
[1464]
Awesome, Cyphre!
NickA
25-Feb-2013
[1465]
Rock n roll Cyphre
sqlab
26-Feb-2013
[1466]
Kaj, I deleted all files and subvols created by fossil and run download.r 
again.

The probem is not only with executable files, but with all files 
simple as containing just "Hello". 
write %test.txt "Hello" has the same effect.
Kaj
26-Feb-2013
[1467x7]
What problem with executable files do you mean?
What effect with write %test.txt "Hello" do you mean
I really need some more specific information to understand your problem
You haven't answered my question about what text files you use. For 
example, what happens when you do
console-pro test.red
while test.red contains
view ["test"]
Bo
26-Feb-2013
[1474]
From Announce regarding Carl's brief reappearance merging code changes: 
 Yes, the natural division where people are good at something and 
bad at others is usually drawn between dealing with people and dealing 
with everything else.  Delegation is a people task, probably not 
one of his strongest areas.
Arnold
26-Feb-2013
[1475]
He, Carl, is probably busy figuring out how these radio signals go 
from emitting as particle electrons into waves travelling into every 
direction and re-emerging as electrons in radioantennas, without 
referring to "and then the magic happens" kind of reasoning.
And the average hb is particularly excellent in procrastination.
sqlab
27-Feb-2013
[1476]
sorry wrong group
Kaj, 

the problem, that the console window closed, was caused by my wong 
assumption, that the convention for file names is the same as in 
Rebol.
i.e.
read   -> crash
read %test -- > crash
write %test -- > crash
read "test"   --> works
Kaj
27-Feb-2013
[1477x2]
That's why I wanted you to test with known good files :-)
The file! type hasn't been implemented in Red yet
Scot
27-Feb-2013
[1479]
DSL's will become the norm in about 5 more years.  Seems to happen 
with Carl.  

Carl's multitasking personal computer + 15 years, everybody has it. 
Carl's DVD like TV set top box + 15 years, everybody has it.
Carl's multimedia computer + 15 years, everybody has it.
...etc (there are more).


I would not be surprised of something like JSON becomes semantically 
rich.
BrianH
27-Feb-2013
[1480x2]
There are already schema proposals for JSON that can enhance the 
limited semantics.
(that was me agreeing with you)
Scot
27-Feb-2013
[1482x2]
I gathered that.  Wish Carl could either be or attract the kinds 
of people that can sell what he makes.  I'm sure what he's working 
on next will be just as mind blowing and advanced.
BTW: BrianH, I am both impressed with and appreciate your work.  
Did I ever meet you.  I've been out of the loop for a few years?
BrianH
27-Feb-2013
[1484x5]
I'm sure of that too. However, that is his day job. Hopefully he'll 
eventually get to use Rebol there.
Unless you worked for Qtask in 2008 and met me at the company meeting 
in December, then no. The only other people in the community who 
have met me in person are my own recruits. I've talked to Carl and 
Bo on the phone though.
(not recently though)
Right at the point when it became appropriate for me to go to devcons, 
they stopped holding them in USA and I stopped having the money to 
travel outside USA. So unless my financial situation changes, or 
someone sponsors me, or visits me, then noone will meet me
...in person (AltME flaked on me). I am working on improving my financials 
though.
james_nak
28-Feb-2013
[1489]
Robert and Cyphere - Thank you so much for the Android version!