• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • My personal project since the beginning of COVID has been a programming language/data manipulation tool.

    At some point I realised that not writing a program is better than writing one (juat like how if a Unix task is simple, you’ll just type the command in the shell rather than writing a script). The the aame vein, if you can write a few characters to map the sum of an array of values with maximum value in a nested list of numbers in some column of a 2-dimensional array, why should I write a program to do it?

    The result is Kap: https://kapdemo.dhsdevelopments.com/

    I know my explanation seems overly generic, but I’ve already gone on for too long. If you’re curious, check the examples and videos on the web site. Please feel free to ask questions, I could talk about this stuff for way too long.