mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-16 06:11:04 -08:00
doc quotes
This commit is contained in:
parent
20c7254edd
commit
4934489d06
1 changed files with 23 additions and 10 deletions
33
README.org
33
README.org
|
|
@ -18,20 +18,33 @@ TODO: contribute a defmethod example.
|
|||
#+END_SRC
|
||||
|
||||
* Libraries
|
||||
** cl-annot: Python-like annotations
|
||||
** Syntax extensions
|
||||
*** Pythonic triple quotes docstring
|
||||
|
||||
https://github.com/m2ym/cl-annot
|
||||
https://github.com/smithzvk/pythonic-string-reader
|
||||
|
||||
Without the slime helper, can't use it in the REPL ??
|
||||
We can use triple quotes for docstrings, and single quotes within it.
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
If you use Emacs, it is recommended to install misc/slime-annot.el
|
||||
which contains some features of annotations. After locating
|
||||
misc/slime-annot.el into your loadpath, write the following code into
|
||||
your .emacs.
|
||||
#+END_QUOTE
|
||||
#+BEGIN_SRC lisp
|
||||
(defun foo ()
|
||||
"""foo "bar"."""
|
||||
t)
|
||||
#+end_src
|
||||
|
||||
: (require 'slime-annot)
|
||||
*** cl-annot: Python-like annotations
|
||||
|
||||
https://github.com/m2ym/cl-annot
|
||||
|
||||
Without the slime helper, can't use it in the REPL ??
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
If you use Emacs, it is recommended to install misc/slime-annot.el
|
||||
which contains some features of annotations. After locating
|
||||
misc/slime-annot.el into your loadpath, write the following code into
|
||||
your .emacs.
|
||||
#+END_QUOTE
|
||||
|
||||
: (require 'slime-annot)
|
||||
** Parsing numbers, floats, decimals
|
||||
*** cl-decimals: parse and format decimal numbers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue