Re: [Jprogramming] Jx 1.1 Release

2017-10-07 Thread 'Pascal Jasmin' via Programming
this might work as you hope, ('p'~ , 0 $ 'p' =.. ]) 'erling' if not, (3 : 'p' , 0 $ 'p' =.. ]) 'erling' From: Erling Hellenäs To: programm...@jsoftware.com Sent: Saturday, October 7, 2017 5:32 PM Subject: Re: [Jprogramming] Jx 1.1 Release Hi all ! I was

Re: [Jprogramming] Jx 1.1 Release

2017-10-07 Thread Don Guinn
I don't think that it works like you would expect. (p , 0 $ p =: ]) 'erling' erling p ] (p , 0 $ 'p' =: ]) 'erling' erling p ] (p , 0 $ 'p' =: ]) p , 0 $ ] 4 !:0 <'p' 3 Turns out that "p" is a verb who's value is "]", as you would expect. And of course the result of the expressi

[Jprogramming] qrun troubles

2017-10-07 Thread Eric Iverson
Pascal, I got 2 failures on my win10 machine and then just before I was going to get new info they stopped and I can't get it to fail again. I have pushed a new version of zmq that will get some new info from the more reliable failures on your system. Please do the following: 1. get the latest

Re: [Jprogramming] Jx 1.1 Release

2017-10-07 Thread Erling Hellenäs
Hi all ! I was trying to understand how thecopula verbs =..and=:: works in tacit expressions.    (p , 0 $ 'p' =.. ]) 'erling' |value error: p |   (p,0$'p'=..])'erling'    ('p' =.. ]) 'erling' erling    (p , 0 $ 'p' =.. ]) 'erling' erling    (p , 0 $ 'p' =.. ]) 'fredrik' erling    (p , 0 $

Re: [Jprogramming] J-program interacting with the WEB

2017-10-07 Thread Erling Hellenäs
Hi all! The work on databases, sockets, microservices and parallel execution is not done for use in web projects? Cheers, Erling Hellenäs On 2017-10-07 15:16, Brian Schott wrote: Gian, I'm really glad you have asked. On the one hand I have attempted to develop something in JHS that you can

Re: [Jprogramming] Jx 1.1 Release

2017-10-07 Thread Erling Hellenäs
Hi all! We are micro-blogging about Jx here. https://twitter.com/erlheldata Cheers, Erling Hellenäs On 2017-10-06 17:01, 'Mike Day' via Programming wrote: Thanks, BIll I probably knew that route sometime in the past. Just in case someone else needs to know,  this is what I've actually done. 

Re: [Jprogramming] Tacit Expressions with Explicit J Syntax

2017-10-07 Thread Jose Mario Quintana
Inline comments follow... > I will have to think about that... > > First a few obvious notes: > > (1) I said "often" not "always". > (2) This is doubly recursive and ^: is more like tail recursion > One can always produce a tacit verb which performs the quicksort computations (or the computations

Re: [Jprogramming] J-program interacting with the WEB

2017-10-07 Thread Brian Schott
Gian, I'm really glad you have asked. On the one hand I have attempted to develop something in JHS that you can see below. On the other hand, I have been unable to find a hosting service that would enable me to service a *free* JHS server because J is not a widely supplied programming language lik

Re: [Jprogramming] J-program interacting with the WEB

2017-10-07 Thread bill lam
I am not sure it is possible, but definitely not the best applications for J. Better to use JavaScript or PHP,... It is easier to code and results will also looks better. On Oct 7, 2017 5:08 PM, "Gian Medri" wrote: > HI! > > I wonder if it is possible to develop a J-program like solitaire > int

[Jprogramming] J-program interacting with the WEB

2017-10-07 Thread Gian Medri
HI! I wonder if it is possible to develop a J-program like solitaire interacting through the WEB. Thanks Gian Medri -- For information about J forums see http://www.jsoftware.com/forums.htm