Tagged Questions

0
votes
0answers
75 views

Other than APL, what programming languages result in exotic looking code? [closed]

I have the urge to write some code that will have people passing by my desk and looking saying, "What the !@#$ is that?". The obvious candidate is APL, but I can't find a suitable …
1
vote
2answers
63 views

Learning J/K/APL.

I know all 3 are related, and I've seen quite a few answers for problems in Project Euler written in J, and a few written K. What I'm wondering is, which would you suggest learning …
3
votes
1answer
56 views

what language was cybersyn/cyberstride implemented in?

I am aware that it was implemented on the IBM 360 mainframe architecture but does anyone know what language(s) were used in particular? Supposedly the bulk of it was programmed and …
1
vote
5answers
208 views

Where can I learn APL?

I want to learn APL (more specifically Dyalog APL), but I can't seem to find any good sources to learn from. The only source I could find was Dyalog's Documentation Downloads, but …
0
votes
1answer
38 views

In APL, how can I compute the lowest unused positive integer from a given set of integers?

For example, given 1 8 4 9 0 2 , return 3. Thanks.
5
votes
22answers
871 views

What ever happened to APL?

When I was at University 30 years ago, I used a programming language called APL. I believe the acronym stood for "A Programming Language", This language was interpretive and was …
7
votes
5answers
337 views

Would anybody recommend learning J/K/APL?

I came across J/K/APL a few months ago while working my way through some project euler problems, and was intrigued, to say the least. For every elegant-looking 20 line python solut …
0
votes
1answer
92 views

A+ and Emacs (but *not* XEmacs)

Hello, I have installed A+ and set up XEmacs in Debian, using the aplus-fsf-dev and aplus-fsf-el packages; XEmacs was installed as a dependency. I checked the A+ site (http://www …
0
votes
4answers
209 views

Anyone coding with APL?

we had a discussion about this language at work... Who works with that today? Don't we normally favor readability over smallest number of lines?
0
votes
1answer
53 views

How to increase variable precision in Dyalog APL?

I need to work with precision in Dyalog APL. I know the value of ⎕PP sets the precision, but I can't increase it over 18, so I can't get more precision than 18 digits and I need to …