- 24 Mar, 2014 1 commit
-
-
- 03 Jan, 2014 1 commit
-
-
To use slime, ensure the directory "~/.asdf-install-dir/systems" exits, and symlink `swank.asd` from a SLIME installation into it. Start the "slime" Netbeans configuration: when you see the "Swank started at port: 4005." message, you may then use Emacs M-x slime-connect to attach to the ABCL instance running in Netbeans. An improvement might to be to randomize the port given to SWANK:CREATE-SERVER somehow. Updated artifacts to Netbeans 7.4.
-
- 10 Aug, 2013 1 commit
-
-
Memory profiling of ABCL shows that the classes with largest allocation count are LispStackFrame and LispStackFrame.UnavailableArgument. Contributed by Dmitry Nadezhin.
-
- 27 Oct, 2012 1 commit
-
-
- 23 Nov, 2011 1 commit
-
-
- 27 Apr, 2011 1 commit
-
-
Correct the renaming of ABCL SYSTEM functions that aren't part of the ANSI standard.
-
- 01 Dec, 2010 1 commit
-
-
JVM::MAKE-CLASS-INTERFACE-FILE will create a classfile structure suitable for defining a Java interface. Simply add abstract methods to complete the definition. JVM::ADD-SUPERINTERFACE adds an interface definition to a classfile. For a classfile denoting a Java object, these interfaces correspond to the contents of a Java language "implements" clause. For a classfile denoting a Java interface, these interfaces are all added to the contract defined by this interfaces corresponding to the Java language "extends" clause. [Includes accidental update of NetBeans project files.]
-
- 09 Jun, 2010 2 commits
-
-
-
Reported by Mario Lang.
-
- 25 May, 2010 1 commit
-
-
- 17 Sep, 2009 1 commit
-
-
To use the 'slime' configuration, you need to have the directory 'swank.asd' file appear in ASDF:*CENTRAL-REGISTRY*. Then after running the configuration, you can connect to the SLIME from Emacs by invoking "M-x slime-connect".
-
- 04 Jan, 2009 1 commit
-
-
- 03 Jan, 2009 2 commits
-
-
- 26 Dec, 2008 2 commits
-
-
'abcl' should open in any Netbeans 6.x release.
-
-