We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e57f commit cdce782Copy full SHA for cdce782
repl.lisp
@@ -671,7 +671,12 @@ strings to match candidates against (for example in the form \"package:sym\")."
671
;; !ls
672
;; as well as [ ... ] on multilines.
673
;; Beware: the double bang !! doesn't work. See issues.
674
- (named-readtables:in-readtable clesh:syntax)
+ ;;
675
+ ;; <2025-01-29> disable Clesh altogether,
676
+ ;; a ! anywhere in the function name fails.
677
+ ;; https://github.com/ciel-lang/CIEL/issues/85
678
+ ;; I also noticed other issues.
679
+ ;; (named-readtables:in-readtable clesh:syntax)
680
681
(handler-case (sbcli::sbcli "" sbcli::*prompt*)
682
(error (c)
0 commit comments