Skip to content

Commit

Permalink
Add class?
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 12, 2020
1 parent 88bb9c5 commit f28687c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ It is used in:

- [Babashka](https://github.com/borkdude/babashka). A Clojure scripting tool that plays well with Bash.
- [Bootleg](https://github.com/retrogradeorbit/bootleg). An HTML templating CLI.
- [Bytefield-svg](https://github.com/Deep-Symmetry/bytefield-svg). NodeJS library to generate byte field diagrams.
- [Chlorine](https://github.com/mauricioszabo/atom-chlorine). Socket-REPL and nREPL package for Atom editor.
- [Clj-kondo](https://github.com/borkdude/clj-kondo/). A Clojure linter that sparks joy.
- [Bytefield-svg](https://github.com/Deep-Symmetry/bytefield-svg). NodeJS library to generate byte field diagrams.
- [Closh](https://github.com/dundalek/closh). Bash-like shell based on Clojure. GraalVM port is work in progress.
- [Dad](https://github.com/liquidz/dad). A configuration management tool.
- [Firn](https://github.com/theiceshelf/firn). Org-mode static site generator.
- [Jet](https://github.com/borkdude/jet). CLI to convert between JSON, EDN and Transit.
- [Malli](https://github.com/metosin/malli). Plain data Schemas for Clojure/Script.
- [PCP](https://github.com/alekcz/pcp). Clojure Processor (PHP replacement).
Expand Down
1 change: 1 addition & 0 deletions src/sci/impl/namespaces.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@
'cat (copy-core-var cat)
'char (copy-core-var char)
'char? (copy-core-var char?)
#?@(:clj ['class? (copy-core-var class?)])
#?@(:cljs ['clj->js (copy-core-var clj->js)])
'cond (macrofy cond*)
'cond-> (macrofy cond->*)
Expand Down

0 comments on commit f28687c

Please sign in to comment.