Worst is a programming language created in 2001.
#1981on PLDB | 23Years Old |
git clone https://gitlab.com/worst-lang/worst/
Worst is a simple, malleable programming language built for extensibility and creativity. Its syntax system allows you to redefine the entire language as you wish.
import syntax/attributes
import doc
define cool [
@[documentation [
title "Be cool"
description "Use this function to be really cool."
usage "how cool"
example "600 cool"
tags [very cool]
]]
1337 add
]