Brian Beckman

Results 41 issues of Brian Beckman

I have Mathematica 13.0 properly licensed and installed on MacOS Ventura M1 Mac Book Pro ``` └─(17:02:29 on master ✖ ✭)──> /Applications/Mathematica.app/Contents/MacOS/MathKernel Mathematica 13.0.0 Kernel for Mac OS X ARM...

I have julia installed by a symbolic link in /usr/local/bin/. I have many other languages working with :results value in org-babel (please see attached .spacemacs file, search for "julia" and...

Not sure how to fix these, but consider the following (under SBCL 1.3.1) ``` (let ((*print-length* 14)) (quickcheck (when *testing* (for-all ((s (lambda () (funcall an-integer)))) (is= s s)) (for-all...

Consider the following (under SBCL 1.3.1) ``` (load "~/quicklisp/setup.lisp") (ql:quickload :cl-quickcheck) (shadow 'cl-quickcheck:report '#:cl-user) (use-package :cl-quickcheck) (let ((*print-length* 14)) (quickcheck (when *testing* (for-all ((s (lambda () (funcall an-integer)))) (is= s...

How about an arrow that chains "apply", as in (-@>> ([1 2] [3 4]) concat + ) => (apply + (apply concat '([1 2] [3 4]))) => 10

http://jafingerhut.github.com/ in the README.markdown give me a 404. Perhaps README.markdown should point to the new location https://jafingerhut.github.io, for those people who stumble on to https://github.com/jafingerhut/clojure-cheatsheets and try to access the...

(apologies if this isn't the appropriate place to ask questions, but I don't know another place) After "pip install pydaedalus" under Anaconda Python 2.7.13 on Mac, I get ``` ImportError...

It seems that iracket is searching for zeromq-5, but the current tagged release is for Apple M1 (and possibly everything else) is 4.3.4. In any event, the kernel won't start...

in section 2 are a couple of nit-picky mistakes, I think. My edits below in square brackets. Local binding forms. The local form accommodates multiple definitions that **[ARE]** visible only...

```python from lpython import CPtr A : CPtr def foo(a : CPtr) -> None: pass foo(A) ``` ``` (lp) ┌─(~/Documents/GitHub/lpython/integration_tests)───(brian@MacBook-Pro:s001)─┐ └─(19:55:25 on vector-backend ✹ ✭)──> lpython ../ISSUES/UNHANDLED-EXCEPTIONS/Issue2487.py ``` ``` (lp)...

bug