Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
/ 4bb Public archive
forked from bobbicodes/4bb

4clojure solutions as a babashka script

Notifications You must be signed in to change notification settings

ivangalbans/4bb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4bb

Run 4clojure problems with babashka right from your shell. Even do it over ssh!

Usage

  1. Install babashka (v0.0.75 or later required)
  2. Clone this repo and type bb -f 4bb.clj while in the project directory. Running with rlwrap is recommended for enabling history with up and down arrows.

Your answers and progress are stored in the answers directory.

Test

To run tests:

$ bb tests.clj

TODO

  • Reject answers containing "restricted" functions

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%