Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1 KB

README.md

File metadata and controls

16 lines (10 loc) · 1 KB

ONE SIMPLE TRICK TO GET TABLOID HELPER FUNCTIONS

Tabloid, AKA The Clickbait Headline Programming Language, is a new esoteric programming language for creating attention-grabbing code.

I thought it would be fun to try to make some helper functions using the minimal operators available (+, -, ×, ÷, %, >, <, ===). Everything is recursive, there's no list/array/memory that I know of. The only control flow operators are if/else and return.

If you feel like helping out, submit a pull request!

  • Maths functions - things like exponentials, rounding. I'm hoping to create some more robust logarithm/root/trigonometric functions too.
  • Boolean - Your favourite boolean operators - AND, OR, NOT, XOR. You can chain together for NOR/NAND.
  • Bitwise - Some bitwise operators (only left and right shift at the moment)

CLICK THIS PERFECTLY SAFE LINK TO FIND OUT MORE!

PLEASE LIKE AND SUBSCRIBE.