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

World: r4wp

[#Red] Red language group

DocKimbel
9-Jun-2013
[8236]
Pekr: you can test it here:
https://www.manymo.com/emulators


But the Hello app exits immediatly, not sure it's a bug or related 
to their emulator.
Arnold
9-Jun-2013
[8237]
@Graham, thank for reminding Red is a real global project now ;)
DocKimbel
9-Jun-2013
[8238]
I've reduced the size of the package, now hello.apk weights just 
153KB.
GrahamC
9-Jun-2013
[8239]
@Arnold ..I guess Autumn in Europe is 6 months after here so November?
Pekr
9-Jun-2013
[8240]
It writes - unfortunatelly, hello has stopped ...
DocKimbel
9-Jun-2013
[8241x2]
Yes, but I'm not sure why as it works fine on 2.3.3 and 4.2.2 on 
the emulator and 2.3.5 on my HTC.
I wonder if they use x86 emulator images instead of ARM ones...would 
makes sense performance-wise.
Arnold
9-Jun-2013
[8243]
@Graham, sep/oct/nov, so when Doc writes probably before autumn, 
I hope it will be a cold summer and maybe concurrency will be here 
by august.
DocKimbel
9-Jun-2013
[8244]
Arnold: the devcon in July will suck up a lot of my coding time, 
as I need to prepare the presentation and that's something I'm very 
slow at.
GrahamC
9-Jun-2013
[8245x2]
What's your presentation going to be one?
one => on?
DocKimbel
9-Jun-2013
[8247]
Manymo: bingo! That was that, it uses x86 images, I compiled one 
for the tests:
http://static.red-lang.org/hello-x86.apk
GrahamC
9-Jun-2013
[8248]
So, this one is for the emulator?
DocKimbel
9-Jun-2013
[8249]
@GrahamC, I will probably focus on some Red internals like how to 
achieve symbolic code execution in a hybrid compiler/interpreter.
GrahamC
9-Jun-2013
[8250]
Going to answer Carl's queries?
DocKimbel
9-Jun-2013
[8251x2]
It's one for the x86 version of the emulators (you need Intel Atom 
images) and for Manymo (the online emulator).
As far as I can, yes.
GrahamC
9-Jun-2013
[8253]
Where's the Arm version?
DocKimbel
9-Jun-2013
[8254x2]
I also plan to bring a surprize, if I can make it in time.
ARM: the first hello.apk link above.
GrahamC
9-Jun-2013
[8256]
I mean .. I think Bo mentioned that Carl had some questions .. .list 
somewhere...
Pekr
9-Jun-2013
[8257]
I remember one specific question, but not the details. Bo will know 
for sure. Doc - we like surprises :-)
GrahamC
9-Jun-2013
[8258x2]
* He had a lot of technical questions about Red.  He was wondering 
how Doc overcame (or planned to overcome) some technical hurdles, 
like how he would handle compiling symbolic Rebol code.  He said 
he had no doubt Doc could overcome those hurdles ...
Have to cross post links to SO chat since I can then read them directly 
on the Nexus 7 whereas I don't know how long it takes for links here 
to make it
Arnold
9-Jun-2013
[8260]
Very slow in making presentations? http://www.rebol.org/view-script.r?script=presenter.r

Well I know all about that, making a decent presentation takes a 
lot of time.
PeterWood
9-Jun-2013
[8261]
I've added a few more wishes to the Red/System V2.0 wish list. If 
you have any comments please let me know.


Please remember these are wishes for Nenad to consider, not firm 
proposals.
AdrianS
9-Jun-2013
[8262]
The hello world app tested OK on my Galaxy Nexus with 4.2.2.
DocKimbel
9-Jun-2013
[8263]
Good! Thanks for testing.
Arnold
9-Jun-2013
[8264]
Good to see nothing is rejected yet ;)

For completeness I add the link to the wish list, it is here https://github.com/dockimbel/Red/wiki/Red-System-v2-Wish-List
DocKimbel
9-Jun-2013
[8265]
A designer knows he has achieved perfection not when there is nothing 
left to add, but when there is nothing left to take away.
 -Antoine de Saint-Exupery
Arnold
9-Jun-2013
[8266]
I will settle for less perfect but with a lot of possibilities ;)
perfection = not making errors , making no errors = do nothing
Kaj
9-Jun-2013
[8267x2]
Sqlab, for many purposes, you can already do concurrency in Red and 
Red/System if you do it with the 0MQ framework. See for example the 
ventilator demo:
http://red.esperconsultancy.nl/Red-ZeroMQ-binding/dir?ci=tip&name=examples
Gerard
9-Jun-2013
[8269]
Hi Doc, congratulations for this new landmark. As the hello.apk generated 
in the past from Red/System was not running for my Galaxy tab 10.1 
was not running, I expected the new apk release not running too and 
it is effectively not running here opn this machine, even  if I upgraded 
to Android 4.0.4 recently - so the problem is located under the Android 
level - as I had expected it too. May be the op cpodes generated 
are not the ones expected on my machine - that is they are not currently 
compatioble with the ones you generated - but I have no time to test 
it. this was just to keep you informed so others know this too... 
Don't bother with this case as I plan to get another Android device 
in the next few months to compare the compatibility of the product. 
Probably the CPU codes are not athe level you deliver them (ARM v5 
if I remember correctly ?)  Best regards.
Pekr
10-Jun-2013
[8270]
Gerard - Galaxy Tab is prestigious product, it should run imo ...
DocKimbel
10-Jun-2013
[8271x2]
Gerard, thanks for reporting it. Galaxy Tab uses Tegra2 chipset, 
so an ARM Cortex-A9 CPU, I see no reason why it shouldn't work with 
ARMv5 code... Are you sure you've tested with hello.apk and not hello-x86.apk?
Gerard, can you install this app on your Galaxy Tab: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en


Once hello.apk has crashed, just switch to this app, and send me 
the logs by email.
sqlab
10-Jun-2013
[8273]
Kaj, thanks for the example
Gerard
10-Jun-2013
[8274]
OK Doc I'll try it later as I must go to work now and I'll send it 
back results to you later. Thanks
NickA
10-Jun-2013
[8275]
Congrats on the Android release Doc - very exciting!  (sorry, I've 
been away from AltMe for a while)
DocKimbel
10-Jun-2013
[8276]
Thanks Nick, more to come soon. :-)
Endo
10-Jun-2013
[8277]
I just test hello.apk on Samsung S3 Galaxy Android 2.3.6, it works 
well. Great work Doc!
Gerard
10-Jun-2013
[8278]
Hi Doc, I just sent you my log results to your red-lang.org email 
account - thanks - it seems the device is unable to locate the sdram 
card since there is no such sdcard on this device and no slot to 
put one too... may be there is another place to send files but I 
never looked at it and so I don't know where to send my files - the 
device is just using his own directories by itself and I never bothered 
about it until now ... I will have to look further to help you in 
this way.
Gerard
11-Jun-2013
[8279]
@Doc : I just sent back my unfiltered log results for the Samsung 
Galaxy tab 10.1 machine - thanks and best regards
MikeL
11-Jun-2013
[8280]
I am runing %red.r for %0MQ-request-client.red but failing on 
#include %../common/common.red
It looks like it would be from 
https://github.com/dockimbel/Red.git
but I don't find any common/ directory

I am probably mis-aligning my zmq directories but don't have anything 
but common.reds from clones.
Any hints to help me find my path?
PeterWood
11-Jun-2013
[8281]
I don't think that common.red is from the main Red repo. I suspect 
it's one of Kaj's libraries.
Kaj
11-Jun-2013
[8282x4]
That's correct
All bindings follow the same naming. The common repository is here:
http://red.esperconsultancy.nl/Red-common
It's easier to download all bindings together with the download.r 
script: