Skip to content

ivanmoreau/mirash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirash

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.

Example

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

Building

go build --help

Std libs documentation

find ./native | xargs -I{} more {}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors