Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

pointless

pointless - Programming language

< >

pointless is a programming language created in 2020 by Avery N. Nortonsmith.

#1444on PLDB 3Years Old 147Users
0Books 0Papers

Try now: TIO

Pointless: a scripting language for learning and fun


Example from the web:
import "chart.ptls" as chart output = iterate(collatzStep, 175) |> takeWhile(greaterThan(1)) |> chart.scale(8) |> println collatzStep(n) = if n % 2 == 0 then n / 2 else n * 3 + 1

Language features

Feature Supported Token Example
Comments ✓
Line Comments ✓
ldpl.html · pointless.html · ld-json.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com