Skip to content

Instantly share code, notes, and snippets.

View lloydtabb's full-sized avatar

lloyd tabb lloydtabb

  • llooker, inc
  • santa cruz, california
View GitHub Profile
hello there
This file has been truncated, but you can view the full file.
<style>
:root {
--malloy-font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif;
--malloy-title-color: #333333;
--malloy-label-color: #333333;
--malloy-border-color: #e7dfc5;
--malloy-tile-background-color: #eee8d5;
}
body {
color: #616161;
@lloydtabb
lloydtabb / gist:5436313
Created April 22, 2013 16:01
Great Software is an act of Empathy

Great Software is an Act of Empathy

"Who ever wrote this software had me in mind when they wrote it, and they must love me."  

I first had this experience programming on CPM way too long ago. At that point in time you had a couple of choices in trying to write programs that fit into 64K of RAM (K, not Meg, not G); you could write in assembly language, or your could write in Basic or you could write using Microsofts crappy expensive Fortran or C Compiler.

Basic sucked. Compiled programs were big and slow. C and Fortran programs barely worked. There was just too little RAM. Compilation took 5 minutes, even for a small program. I could not yet figure out how to code in assembly.

Enter Turbo Pascal