3bmd
3bmd copied to clipboard
Undefined function: parse-string
Hello,
This is surprising, but why not:
(3bmd:parse-string "rst")
; in: 3BMD:PARSE-STRING "rst"
; (3BMD:PARSE-STRING "rst")
;
; caught STYLE-WARNING:
; undefined function: 3BMD:PARSE-STRING
Slime finds this choice, I find parse-string
as an exported symbol, but my grep and my eyes couldn't find a function definition too.
with Quicklisp of january.
regards