1.
Thread Lock library for Corman Lisp - Version 1.0 ...
(unwind-protect (progn (cl::enter-critical-section *cs-list-lock*) (block exit (loop for n from 0 below (length *cs-list*) do (when (null (aref *cs-list* ...
2.
Corman Technologies Home
Corman Lisp sets a new standard for dynamic programming languages:. Common Lisp supercharged for Windows platforms. News flash:. Corman Lisp 3.0 is released ...
3.
Copyright (c) 2000-2003 Corman Technologies ;;;; All rights ...
... Common Lisp GET-UNIVERSAL-TIME function. ;;; (defun get-universal-time () (file-time-to-universal-time (apply #'system-time-to-file-time ...
4.
Copyright (c) 2000-2003 Corman Technologies ;;;; All rights ...
(defun aref-rank-0 (array) (check-array array 0) (row-major-aref array 0)) (defun ..... Common Lisp ARRAY-IN-BOUNDS-P function ;;; (defun array-in-bounds-p ...
5.
Copyright (c) 2000-2003 Corman Technologies ;;;; All rights ...
... Common Lisp MAKE-ARRAY function. ;;; (defun make-array (dimensions &key .... Common Lisp ARRAY-IN-BOUNDS-P function ;;; (defun array-in-bounds-p (array ...
6.
Corman Technologies Home
Common Lisp supercharged for Windows platforms. News flash: ... Compiler improvements; IDE improvements (save/restore windows, syntax coloring, and more! ...
7.
Corman Lisp 3.0 User Guide
File Format: PDF/Adobe Acrobat - View as HTML Frances Corman is now a part of the Corman Lisp team, and has revised the manual for this release. Ethan Stone, our senior software engineer, ...
8.
Copyright (c) 2000-2003 Corman Technologies ;;;; All rights ...
... avoid warnings (load-file "sys/parse-c-decls.lisp") (load-file ... (load-file "sys/open-file.lisp") (load-file "sys/menus.lisp") (load-file ...
9.
Corman Technologies Home
Corman Lisp sets a new standard for dynamic programming languages:. Common Lisp supercharged for Windows platforms. News flash:. Corman Lisp 3.0 is released ...
10.
Copyright (c) 2000 Roger Corman ;;;; All rights reserved ...
... Move this to read.lisp. ;(defconstant readtable-case-offset 4) ; ... Common Lisp SET-MACRO-CHARACTER function ;; (defun set-macro-character (char ...