Measures Concepts
GitHub icon

Goal

Goal - Programming language

< >

Goal is a programming language created in 2022.

Source code:
git clone https://codeberg.org/anaseto/goal
#1397on PLDB 2Years Old


Example from the web:
csvs:"\n"_` 1,2,3 4,5,6 7,8,9 ` tsvs:"\n"_` 1 2 3 4 5 6 7 8 9 ` ( (csv$''-1+"n"$csv csvs) ~ "\n"_` 0,1,2 3,4,5 6,7,8 ` ("\t"csv$''-1+"n"$"\t"csv tsvs) ~ "\n"_` 0 1 2 3 4 5 6 7 8 ` (csv "1,2,3") ~ (,"1" "2" "3") ) /RESULT:

Language features

Feature Supported Token Example
Regular Expression Syntax Sugar ✓

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout