Skip to content

poach3r/Scalie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Scalie is simple Linux shell written in Scala for the purpose of applying what I've learned about functional programming.

Installation

Requires sbt and git

git clone https://github.com/poach3r/Scalie
cd ./Scalie
sbt nativeLink

Note: The binary is created in Scalie/target/scala-3.6.2/

Examples

/home/poacher
> echo 5 * 32.5
162.5

/home/poacher
> echo 5 + 1 * 10
15.0

/home/poacher
> echo "5 + 1 * 10"
5 + 1 * 10
/home/poacher/Pictures
> screp["screenshot" $ls]
screenshot-10_1_25.png
screenshot-4_1_25.png
screenshot-28_12_24.png

About

A simple Linux shell written in Scala.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages