[Bug-apl] Question regarding the power operator (as in Dyalog APL)

2014-02-18 Thread baruchel
an operator may be implemented in GNU APL as well? Best regards, -- Thomas Baruchel

[Bug-apl] Diamond separator inside a lambda expression

2014-02-21 Thread baruchel
st regards, -- Thomas Baruchel

[Bug-apl] Another problem with direct-functions

2014-02-21 Thread baruchel
Is this another bug: R ← { ⍵ }¨⍳15 works in Dyalog APL and NGN APL but not in GNU APL. Regards, -- Thomas Baruchel

[Bug-apl] APL line editor: proof of concept (c code)

2014-02-23 Thread baruchel
binmO4SlYCcXR.bin Description: Binary data

Re: [Bug-apl] APL line editor: proof of concept (c code)

2014-02-23 Thread baruchel
Hi, I created a repository on Github. I also created an animation. Please, have a look at https://github.com/baruchel/APLedit (then click on apledit.gif and then probably on "raw" in order to have it in a larger size). Please, have a look at this animation and tell me what you think o

Re: [Bug-apl] APL line editor: working version

2014-02-25 Thread baruchel
egards, -- Thomas Baruchel

[Bug-apl] APL line editor v.1.0 pre-release

2014-02-25 Thread baruchel
An initial v.1.0 (pre-release) is now available. It seems to be workable. A little more documentation has to be written. The github is : https://github.com/baruchel/APLedit A demonstration video is in the file: apledit.gif Best regards, -- Thomas Baruchel

[Bug-apl] Bug with lambda functions

2014-02-28 Thread baruchel
Hi, I have a bug with: ( { ⍵ }¨⍳10 ), ( { - ⍵ }¨ ⍳10) two lambda on the same line??? Regards, -- Thomas Baruchel

[Bug-apl] Ideas for an online demo-version of GNU APl

2014-03-09 Thread baruchel
projects could be "easely" compiledinto javascript. Do you think it would be easy to do it with GNU APL? If someone is able to compile it to javascript, I could perfectly write the HTML/CSS/Javascript web interface as a contribution. Best regards, -- Thomas Baruchel

[Bug-apl] What is the daemon mode?

2014-03-10 Thread baruchel
Hi, I tried to figure out how to enable the daemon mode and how to use it, but with no success; first of all, does it work? Each time I try to enable it, I have an infinite loop with the )OFF message. Regards, -- Thomas Baruchel

Re: [Bug-apl] Ideas for an online demo-version of GNU APl

2014-03-13 Thread baruchel
le at initial "configure time" with some --without-shared-variable flag or whatever for fully disabling the sVar.cc part? Best regards, -- Thomas Baruchel

[Bug-apl] Error with the commute operator

2014-03-16 Thread baruchel
Hi, I can't understand why I have the following behaviour: I ← 1 2 3 1 2 3 / ⍨ 1 1 0 1 2 I / ⍨ 1 1 0 SYNTAX ERROR I/⍨1 1 0 ^ ^ Is it normal? Regards, -- Thomas Baruchel

[Bug-apl] segmentation fault with any use of quote-quad?

2014-03-18 Thread baruchel
Hi, it looks like quote-quad ⍞ makes a segfault (any use seems to do it, for instance: A←⍞ ). Regards, -- Thomas Baruchel

Re: [Bug-apl] How to zero every other 1 in a sequence

2014-03-20 Thread baruchel
1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 Regards, -- Thomas Baruchel

Re: [Bug-apl] GNU APL 1.3

2014-03-28 Thread baruchel
ndl;; with two ; at the end of the line. Best regards, -- Thomas Baruchel

[Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-30 Thread baruchel
use it as an online interpreter. I will add some colors/themes in the days to come, but the most difficult part is done. Regards, -- Thomas Baruchel

Re: [Bug-apl] Online interpreter

2014-04-13 Thread baruchel
l/css web app in some Android bundle? BTW. Which are (right now) the competitors (APL interpreters running in Android)? Best regards, -- Thomas Baruchel

Re: [Bug-apl] Online interpreter

2014-04-13 Thread baruchel
Elias Mårtenson wrote: > With the exception of the lack of popup keyboard, it's already so much Just added it ;-) Same URL

[Bug-apl] Small misprint in the doc

2014-04-24 Thread baruchel
YOUR xmodmap is correct". Regards, -- Thomas Baruchel

[Bug-apl] Another misprint (in the code)

2014-04-24 Thread baruchel
Hi, in NativeFunction.cc I think the following line: CERR << "shared library " << so_name << "is lacking the mandatory " should have one space more before "is lacking the mandatory" Regards, -- Thomas Baruchel

[Bug-apl] Is there a way of having a session log?

2014-04-28 Thread baruchel
Hi, a nice thing in many interpreters of various languages or mathematical software is the ability of enabling/disabling a raw/text log of the current session; is it possible with GNU APL? I think it would be easy to implement if itsn't already the case. Regards, -- Thomas Baruchel

[Bug-apl] A suggestion concerning the readline library

2014-02-13 Thread Thomas Baruchel
a special readline function (the user can decide to use it or not from his/her own ~/.inpurtc file) and launch the EDITOR from the REPL. I had a look at the GNU readline manual and found it should be quite easy to do it. What do you think of the idea? Regards, -- Thomas Baruchel

[Bug-apl] Re : Re: A little APL plugin for Vim

2014-02-16 Thread Thomas Baruchel
> yes that was it. Cool. > Maybe its worthwhile to mention this in the .vim file. OK, I fixed it; version 1.1 has the "set wildmenu" option in the plugin file itself:   http://apl-adventures.tumblr.com/post/76528148239/an-apl-character-picker-for-vim Regards, -- Thomas Baruchel

[Bug-apl] GNU APL inside Vim

2014-03-11 Thread Thomas Baruchel
to asked some shell-guru. Regards, -- Thomas Baruchel

[Bug-apl] GNU APL as javascript!

2014-03-14 Thread Thomas Baruchel
I did it! First success A little hacky, but now I got the point I will make it better and better in the weeks to come: http://baruchel.hd.free.fr/apps/apl/ Regards, -- Thomas Baruchel

[Bug-apl] Re : Re: GNU APL as javascript!

2014-03-14 Thread Thomas Baruchel
> OK, that was pretty cool I must admit. I had no idea it was this capable. Thank you. By the way, my message from yesterday is now obsolete (concerning shared memory; it wasn't finally the most difficult). Regards, -- Thomas Baruchel

[Bug-apl] Re : Re: How to zero every other 1 in a sequence

2014-03-20 Thread Thomas Baruchel
mprove it, but have alook at the last part:  2|⊤\2+V or: 2||\2+V which can isolate the first 1 of each substring? I am not an expert of APL, but I spent time on your request, and I don't think you can expect a three-characters answer. Regards, -- Th. Baruchel

[Bug-apl] Progress with GNU APL.js

2014-03-20 Thread Thomas Baruchel
y with the keyboard. Regards, -- Thomas Baruchel

[Bug-apl] Online interpreter

2014-04-13 Thread Thomas Baruchel
ers. Virtual keyboard to come again (soon). If you want to test it; you have to copy/paste your APL characters. Best regards, -- Thomas Baruchel

[Bug-apl] Re : Re: Online interpreter

2014-04-13 Thread Thomas Baruchel
makes 4x18 places. Could someone tell me how to fill these 4 arrays of 3 rows in a way which would    be the most logical and handy? Best regards, -- Thomas Baruchel

[Bug-apl] Re : Re: Re : Re: Online interpreter

2014-04-13 Thread Thomas Baruchel
e features removed however)  * compiled with the emscripten  * embbeded in http://terminal.jcubic.pl/  * fonts from https://blogs.adobe.com/typblography/2012/09/source-code-pro.html Best regards, -- Thomas Baruchel