HN user

alexcweiner

64 karma
Posts21
Comments22
View on HN
www.thingiverse.com 3y ago

I made a 3D model of the Aperiodic Monotile a.k.a. The Hat

alexcweiner
2pts1
blog.alexweiner.com 8y ago

APL: A Learning Adventure, Part One

alexcweiner
2pts0
wheresthecheck.com 8y ago

Where's the check?

alexcweiner
1pts0
web.stonehill.edu 8y ago

Medieval Hebrew Mathematics [pdf]

alexcweiner
3pts0
spectrum.ieee.org 9y ago

Minitel: The Online World France Built Before the Web

alexcweiner
3pts0
pastebin.com 9y ago

Cities sorted by place name length / English preferred

alexcweiner
1pts0
mastodon.social 9y ago

The Real APL standard library

alexcweiner
2pts0
www.softwarepreservation.org 9y ago

A Source Book in APL (1981)

alexcweiner
51pts17
blog.alexweiner.com 9y ago

APL is like Assembly

alexcweiner
2pts0
blog.alexweiner.com 9y ago

An APL “Fizz Buzz”

alexcweiner
2pts0
blog.alexweiner.com 10y ago

I found an error in Ivy (an APL-like calculator)

alexcweiner
1pts0
www.youtube.com 10y ago

The Amazing APL line editor (7.5 mins)

alexcweiner
1pts0
github.com 10y ago

Fake windows headers for YCm

alexcweiner
1pts0
www.assembla.com 10y ago

SKI Combinator Calculus on an FPGA (2012)

alexcweiner
24pts4
blog.alexweiner.com 10y ago

W.T.F. is ⊥ (APL 2015)

alexcweiner
2pts0
github.com 10y ago

Maybe the first GNU APL pull request on GitHub

alexcweiner
6pts0
www.assembla.com 10y ago

SKI Combinator Calculus on an FPGA (2012)

alexcweiner
1pts0
yhnmjuik.com 10y ago

A card game implemented in APL

alexcweiner
30pts18
yhnmjuik.com 10y ago

A little card game in APL

alexcweiner
2pts1
www.math.rutgers.edu 13y ago

Dr. Z's Opinions

alexcweiner
2pts0
spectrum.ieee.org 13y ago

'Mass Equals Time' Redefines Weight Standards

alexcweiner
1pts0

I think so,

It would be easy to make bitmap data with APL. What is the output of the "draw" being processed by, (or where)? From there, I think it would be easy to see where to wedge in APL.

This looks really neat. It may even give me a reason to learn K :)

I'm still not sure I totally understand. Are you suggesting that it would be neat to rewrite things in ok/examples or ok/ike/examples in APL and provide the draw function? Would that be enough to take advantage of what you wrote? What else would be needed?

I can't speak for performance, but both GNU APL and Dyalog have solved the "problematic keyboard" problem, so getting running is no longer a problem.

I've been using it for image processing. Its perfect with the matrix data type. I also like to write preprocessors for APL code.

Any good books to recommend?

I find that division by zero usually satisfies some edge condition in practice, as you are usually dealing with lists of numbers in APL, and it doesn't really come up that often.

gnuapl is also FOSS :)

GNU APL 1.0 13 years ago

This is great! I am a long time apl user and think that the symbols make things much easier to read.