tech

Mar
05

APL Hacking: Project Euler Daily (#7)

Nothing much to say about this one. I use the basic prime sieve on this one. I am still playing
Mar
03

APL Hacking: Project Euler Daily (#6)

This one was too easy, I probably am doing it wrong. R←PESIX;⎕IO ⎕IO←1 ⍝ Difference between the sum
Mar
02

APL Hacking: Project Euler Daily (#5)

I really do not like my solution here, but it was the simplest at the time. I think that there
1 min read
Mar
01

APL Hacking: Project Euler Daily (#4)

When I first did this problem, I encoded the numbers, did a 1st axis rotate, and then decoded both vectors
Feb
28

APL Hacking: Project Euler Daily (#3)

For this problem, I had originally computed a very slow and annoying algorithm until I realized that computing the prime
2 min read
Feb
27

APL Hacking: Project Euler Daily (#2)

For this one, I could not come up with a solution that did not have a loop in it, but
Feb
26

APL Hacking: Project Euler Daily (#1)

This is the first of a series of posts as I go through Project Euler in APL to stretch my
Feb
22

Git finally makes sense to me!

I finally have something I can understand about Git! http://tartley.com/?p=1267 Oh, wait, not....
Feb
19

CS Club Hackathon Result; or, Playing with APL

This was my submission to the CS Club [http://csclub.soic.indiana.edu] hackathon. This was my first excuse to
3 min read
Feb
17

Unicode and ChezWEB

For a while, I used Unicode sparingly in my Scheme source code. On the one hand, it really is nice
1 min read