Allegro Common Lisp source code examples:
- alisthash.cl example - Simple (10.2 only) alist-based hash table implementation
- base64-stream example - decode base64 MIME files
- process-pool example - process pools
- quickhash.cl example - Simple (10.2 only) quick hash table implementation
- rot13b-stream example - encode/decode rot13 strings
- telnet-server example - access a running
server with
telnet
- buffered queue example - a restricted subclass of mp:queue with better performance
Selected public Common Lisp git repositories from our Github account:
- aserve - a Web server and client written in Common Lisp
- uri - a Uniform Resource Locator API
- nfs - an NFS server written in Common Lisp
- ntservice - package your Windows application as a service
- imap - an IMAP server written in Common Lisp
- cl-env - portable compiler environments for Common Lisp
- clim2 - the CLIM window manager
- maild - an SMTP server written in Common Lisp
- aftpd - an FTP server written in Common Lisp
- sftp - an SFTP client written in Common Lisp
AllegroGraph examples are in a different repository.