Skip to content

Instantly share code, notes, and snippets.

View josephkreydt's full-sized avatar
😎

Kreydt josephkreydt

😎
View GitHub Profile
@josephkreydt
josephkreydt / programming-classics.md
Created February 27, 2020 01:14
Programming Classics

**Classic Languages

*Criteria:

  • Widely used in production today
  • Withstood the test of time (created 30+ years ago)

SQL

Math

  • .s - Show the stack
  • +, -, *, mod - Math operators
  • /mod - performs both / and mod

Stack manipulation

  • drop and 2drop - drop a stack item (once / twice)
  • dup - duplicate a stack item
  • rot - rotate the stack