Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 3bbaf7e

Browse files
Deactivate the track (#163)
We're deactivating the track as it is basically "just" a different compile target for Clojure. The syntactic differences between Clojure and ClojureScript are very minor, therefore we don't consider it to merit its own track. We feel that deactivating this track is less confusing to students _and_ can help focus efforts on the Clojure track. Thanks to everyone who helped build this track! CC @kytrinyx Could you archive this repo?
1 parent 9b4dfdf commit 3bbaf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"language": "ClojureScript",
33
"slug": "clojurescript",
44
"track_id": "clojurescript",
5-
"active": true,
5+
"active": false,
66
"status": {
77
"concept_exercises": false,
88
"test_runner": true,

0 commit comments

Comments
 (0)