https://github.com/brianium/scala-algebra
Revisiting some Algebra with Scala and ScalaTest
https://github.com/brianium/scala-algebra
Last synced: 8 months ago
JSON representation
Revisiting some Algebra with Scala and ScalaTest
- Host: GitHub
- URL: https://github.com/brianium/scala-algebra
- Owner: brianium
- Created: 2012-09-03T22:46:56.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-17T19:55:09.000Z (over 13 years ago)
- Last Synced: 2025-03-18T05:56:27.454Z (about 1 year ago)
- Language: Scala
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Algebra With Scala and ScalaTest
=================================
Revisiting some classic algebra and reviewing it with Scala and ScalaTest
Algebra concepts are covered via tests written in ScalaTest.
This project was created using this [shell script](https://gist.github.com/3614278)
Running Tests With SBT
----------------------
Change your working directory to the project folder and run:
`sbt test`