Pascal J. Bourguignon

Results 73 comments of Pascal J. Bourguignon

Whatever the name. The functionality is useful.

> I don't like additional code burden for marginally useful features that few people will know about and even fewer will use it. What code burden? This is simply making...

This occurs even if we specify the correct externa-format (:utf-8). ``` cl-user> ! od -t x1 ~/src-utf-8.lisp 0000000 ef bb bf 28 64 65 66 76 61 72 20 2a...

On the other hand, this leaves the door open for extensions such as realib (real reals), or quaternion, octonions, etc.

I don't reproduce it on "Version 1.12-dev (v1.12-dev.3-27-g7a42fe0c) Darwinx8664" either with compile-file or load, evaluating the defun in the slime repl, or evaluating (bug) in the three cases.

Proposed patch: ``` [pjb@despina org.xquartz:0 ccl-git 37Gi]$ git diff -t -w -b diff --git a/level-1/l1-error-signal.lisp b/level-1/l1-error-signal.lisp index 18b2cd78..35c373e7 100644 --- a/level-1/l1-error-signal.lisp +++ b/level-1/l1-error-signal.lisp @@ -87,6 +87,7 @@ (simple-file-error (make-condition condition-name...

> A much better approach in my opinion is to cleanly refactor the CCL IDE into a frontend written in Lisp and a backend written with Lisp wrappers around the...

> > So basically, rewrite CCL IDE using McCLIM. > > Or (for people like me with more, er median, IQs) Tk? There are more than one TK projects in...

Hmm, I wonder if that wouldn't be related to an optimization in Cocoa that would represent NSNumber and NSDate as tagged pointers? But shouldn't ccl wrap them in MacPtr anyways?...

Le 29/10/2021 à 10:10, Shubhamkar Ayare a écrit : > I think the requirement - if not optional - is only that the > macro-function be provided. The macro-function itself...