A data oriented AI slop script programing language made for unix software as first citizen.
Implementation is pure slop. TLDR: read the spec, it explains everything, that's the not slop part of this.
import Core.Data.Json
name = curl "-s" "https://microsoftedge.github.io/Demos/json-dummy-data/64KB.json"
|> jsonOfStr
|> jsonIndex 4
|> jsonGetStr "name"
|> showJson
greetings = printf "hello %s" name
echo greetings
go build --help
find ./native | xargs -I{} more {}