Logo Development / Old
-
aucblogo-4.692-win.zip
is an older package of aUCBLogo.
This is a bugfix release.
I added support for the special variable :STARTUP again.
There's also a new primitive: LogoConstants.
It outputs all the build-in constants of aUCBLogo,
which might help finding the right one a bit.
-
aucblogo-4.691-win.zip
is an older package of aUCBLogo.
This is a bugfix release.
There are no changes except
that I've fixed a few bugs in the list functions
(lput, first etc.),
which I've made when I changed them to virtual functions.
Also the BigFloat functions didn't work with the __fastcall
convention, so I had to tweak the MAPM library a bit.
-
aucblogo-4.69-win.zip
is an older package of aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.69
.
I have implemented shadows in this release.
The new PDF manual is a bit nicer now:
aucblogo-4.69.pdf.zip
.
-
aucblogo-4.689-win.zip
is an older package of aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.689
.
For my new IFS3D.lg I needed fog,
so there are some new primitives.
I also expanded the array capabilities of first, bf and the like.
I've created a printable PDF of the manual with my new help compiler,
but it's pretty big having 519 pages!
aUCBLogo-4.689.pdf.zip.
-
aucblogo-4.688-win.zip
is an older package of aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.688
.
I wrote a ifsmorph.lg program,
for which I needed shuffle and combine
for array types, so I've added them.
-
aucblogo-4.687-win.zip
is an older package of aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.687
.
The only relevant change is,
that I've figured out how to fix the Nodes Persistence.
It does now work again.
-
aucblogo-4.686-win.zip
is an older package of aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.686
.
In summary this is a minor bugfix release,
but with several new logo programs
and dynamic stacks that grow on demand and are shrinkable.
I know it runs very badly on Windows 98, but on XP it's fine,
I don't know why.
The Linux version is not yet ready.
Also the nodes persistence is not yet usable,
this will take some more debugging.
-
aucblogo-4.685-win.zip
is an older package of aUCBLogo.
To get to know the changes (a lot this time!) you can look at the
Release Notes for aUCBLogo-4.685
.
The Linux X11 version of aUCBLogo-4.685 is now available:
aucblogo-4.685-x11.tar.gz
The persistence does now work in the Linux version, too.
The high-resolution saving and printing does now work
in the Linux version, too.
New is also that you can use a variable with the same name
as a primitive or procedure, like it was in UCBLogo,
but preserving colonless variables, which additionally work.
If you have a variable ":list", defined as "list=[a b c]",
then you can fetch its contents with ":list",
while "list 1 2" still outputs a list [1 2].
So procedures and primitives
have now higher priority than variables.
This is especially useful in porting programs from UCBLogo
or MSWLogo to aUCBLogo.
-
aucblogo-4.684-win.zip
is an older package of my version of UCBLogo, aUCBLogo.
To get to know the changes you can look at the
Release Notes for aUCBLogo-4.684
This time I've updated the Linux version:
aucblogo-4.684-linux.tar.gz
-
aucblogo-4.683-win.zip
is an older package of my version of UCBLogo, aUCBLogo.
The texture mapping has been improved.
You can look at the
Release Notes aUCBLogo-4.683-HTML-help
I can make a Linux version of the new 4.683 Release if anyone's interested,
just send me an email (the adress is at the bottom of this page).
-
aucblogo-4.682-win.zip
is an older package of my version of UCBLogo, aUCBLogo.
The integrated debugging environment (IDE) has been improved much.
You can look at the
Release Notes aUCBLogo-4.682-HTML-help
-
aucblogo-4.68-win.zip
is an older package of my version of UCBLogo, aUCBLogo.
There's now an integrated debugging environment (IDE)
included, where you can singlestep in the source code.
The edit.exe is now obsolete and is not included any more.
Also errors jump directly to the source code line,
where something was wrong.
A simple example of the debugging capabilities shows testedit.lg.
The lib files now all have a filename ending ".lg".
No new primitives and therefore no new help.
For online html help use the 4.672 help version.
I can make a Linux version of the new 4.68 Release if anyone's interested,
just send me an email (the adress is at the bottom of this page).
-
aucblogo-4.672-win.zip
is an older package of my version of UCBLogo, aUCBLogo.
For more information look at the release notes:
aUCBLogo-4.672-HTML-help
You can also look at the
screen shots of all the demos here
.
-
aucblogo-4.66-win.zip
is an older version of aUCBLogo,
which I have ported to wxWindows.
There's now also a Linux version of aUCBLogo:
aucblogo-4.66-linux.zip
But: the Linux version is very big (10 MB).
Disadvantage of this release:
no printing support yet in both
the Windows and the Linux version.
But the platform independence is worth it, I think.
And I may fix this soon.
For Mac's I don't plan a version
mainly because I have no access to a Mac.
-
aUCBLogo-4.65.zip
is also an older version of aUCBLogo, which I have ported to OpenGL.
For more information look at the release notes:
aUCBLogo-4.65-HTML-help
You can also look at the
screen shots of all the demos here
.
But there are many bad screen shots,
and many are empty because the respective logo program
has no graphics output or the recording was not correct.
The screen shots are made with makeDemoHTML.lg and makeDemoHTML.lg,
and those are not very intelligent, but useful though.
If you experience problems using aUCBLogo,
you can also download a slower debug version of aUCBLogo:
aUCBLogo-4.65-debug.zip
. In the debug version is stack checking enabled.
-
You can still download the older version of aUCBLogo:
aUCBLogo-4.64.zip.
UCBLogo is originally from
Brian Harvey
and his students.
The text of the help is the usermanual supplied with UCBLogo,
including the release notes for version 4.64,
descriptions of my new primitives and some examples.
I`ve reformated it to html
with my help compiler which I have written.
-
MSWLogo-6.4-HTML-help-0.8
is a html online help for the MSWLogo interpreter of
George Mills
.
The text is simply the usermanual supplied with MSWLogo.
I`ve reformated it to html
with my help compiler which I have written.
You can download MSWLogo-6.4-HTML-help-0.8.zip.zip here.
-
Elica-5.0-HTML-help-0.3
is a html online help for the Elica Logo interpreter of
Pavel Boytchev
.
I have included Pavel`s Easy Guide
(an early version; I had no time to update this, sorry),
and also lots of example programs,
most of them are in the Elica distribution.
And I roughly documented the most important libraries.
You can
download Elica-5.0-HTML-help-0.3.zip.zip here
.
email