Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Slash

< >

Slash is a programming language created in 2022 by Mikkel Damsgaard.

#3044on PLDB 3Years Old
Download source code:
git clone https://github.com/mikkeldamsgaard/slash
HomepageSource Code

Slash is a shell scripting language intended to substitute (b)ash scripting to accomplish these goals.


Example from the web:
#!/bin/slash ls $> dir_listing for f in split(stdout(dir_listing),"\n") { if f == "slash_is_awesome.txt" { println("Slash is truly awesome") } }

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v175.2.1