Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
92a319da
Commit
92a319da
authored
Apr 23, 2012
by
Francois-Rene Rideau
Browse files
web page: announce ASDlite. Revise utf-8 plan for asdf 2.21.
parent
4af0dc58
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/index.html
View file @
92a319da
...
...
@@ -68,7 +68,9 @@
or its polar opposite,
Drew McDermott's
<a
href=
"http://cs-www.cs.yale.edu/homes/dvm/"
>
YTools
</a>
(trying maintain coherence of the current Lisp image at a fine grain).
(trying maintain coherence of the current Lisp image at a fine grain),
or the newcomer
<a
href=
"http://lisp.ystok.ru/asdlite/"
>
ASDlite
</a>
.
Older systems that are not maintained anymore include
Mark Kantrowitz's
<a
href=
"http://www.cliki.net/mk-defsystem"
>
mk-defsystem
</a>
(free software successor of the old proprietary DEFSYSTEM's and predecessor of ASDF),
...
...
@@ -81,7 +83,7 @@
and probably more.
However, none of these systems seems to ever have had the traction of ASDF.
</p>
<a
id=
"impl
m
ementations"
></a>
<a
id=
"implementations"
></a>
<h3>
Supported Implementations
</h3>
<p>
ASDF 2 now supports all CL implementations
that seem to have any current user base.
...
...
@@ -227,11 +229,16 @@ Peter Graves <gnooth@gmail.com>
<dt>
In April 2012
</dt>
<dd>
ASDF 2.21 will control the character encoding used by Lisp source files.
The
<i>
de facto
</i>
standard, UTF-8,
will be blessed and enforced as the default encoding for all files.
You will be able to specify different encodings
in your defsystem, e.g.
<kbd>
:encoding :latin1
</kbd>
,
if you
<kbd>
:defsystem-depends-on (:asdf-encodings)
</kbd>
.
While the default will remain to load and compile file
with the
<kbd>
:default
</kbd>
external-format,
we encourage all library authors to adopt
the
<i>
de facto
</i>
standard, UTF-8,
for all their source files (.lisp and .asd).
Our intent is to bless and enforce this standard encoding
on all these files by default in a not-to-faraway future.
</dd>
<dt>
Since December 2009
</dt>
<dd>
Fran
ç
ois-Ren
é
Rideau is de facto maintainer,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment