-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part 2 of the tutorial cltt.pdf incomplete #389
Comments
Have you seen a complete pdf? Must be some place avaible |
I came to report the same issue: part 3 (Functions) of the tutorial pdf (linked in learn.md) references something that wasn't introduced before:
It looks like you have changed the order of part 3 (Packages and Systems) and 4 (Functions) from learn.md when you put them in the pdf tutorial. |
Got it. Will take a look first chance to fix it up.
…On Tue, Oct 1, 2024, 1:28 PM chuchana ***@***.***> wrote:
I came to report the same issue: part 3 (Functions) of the tutorial pdf
<https://rabbibotton.github.io/clog/cltt.pdf> (linked in learn.md
<https://github.com/rabbibotton/clog/blob/main/LEARN.md>) references
something that wasn't introduced before:
Named Functions
Let's spin up our last system - hello-sys from the last part:
(ql:quickload :hello-sys)
It looks like you have changed the order of part 3 (Packages and Systems)
and 4 (Functions) from learn.md when you put them in the pdf tutorial.
—
Reply to this email directly, view it on GitHub
<#389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYUEFJ6UJ3W6RHCJY5MW6DZZLLU7AVCNFSM6AAAAABOXMFI3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBWGU3TEMRSGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Great! I'm not sure if this belongs here, but in the meantime I looked at the Packages section and stumbled on
This happens on the latest Windows 10 with freshly installed software following the guide. Loading clog in sbcl works fine. Loading other systems in slime also works. |
It is an issue with two different versions of swank one in QuickLisp and
one in UltraLisp. Edit .quicklisp/slimehelper.el modify mentions of
QuickLisp with UltraLisp
…On Wed, Oct 2, 2024, 11:55 AM chuchana ***@***.***> wrote:
Great!
I'm not sure if this belongs here, but in the meantime I looked at the
*Packages* section and stumbled on (ql:quickload :clog) in slime. I get
this error:
attempt to redefine the STRUCTURE-OBJECT class SWANK::CONNECTION
incompatibly with the current definition
[Condition of type SIMPLE-ERROR]
This happens on the latest Windows 10 with freshly installed software
following the guide
<https://github.com/rabbibotton/clog/blob/main/WINDOWS.md>.
Loading clog in sbcl works fine. Loading other systems in slime also works.
—
Reply to this email directly, view it on GitHub
<#389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYUEFPDPWJO7RSO6QC4RUDZZQJOXAVCNFSM6AAAAABOXMFI3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGAZTEOJVGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks again for the quick and helpful reply! Emacs isn't able to access the dlls installed with git. Installing OpenSSL was quite straightforward, but I have no idea what to do with SQLite because the dll comes in an archive, not with an installer. My workaround is running I'm fine with that, but I wanted to point out what's not directly usable from the tutorial in case others encounter the same problems. I was about to ask if it would be of interest to you if I converted the google docs tutorials to org mode because I assume that would make it easier to contribute corrections/updates/improvements instead of asking you to manage all that, but I saw that there's already an open pull request by someone who started converting them to markdown. |
AT clog/LEARN.md, in the linked file cltt.pdf the section Part 2 on Symbols is missing its part 3 that creates the files needed to do the Part 3 Functions section. This Symbols own part 3 is in the linked section 2 below the pdf link but not in the pdf.
Possibly needs regeneration of pdf?
The text was updated successfully, but these errors were encountered: