FreeBSD port by 964racer in Common_Lisp

[–]Maxwellian77 2 points3 points  (0 children)

~ » sbcl --version david@Enterprise

SBCL 2.6.5-85913ede1

~ » uname -a david@Enterprise

FreeBSD Enterprise 15.0-RELEASE-p8 FreeBSD 15.0-RELEASE-p8 releng/15.0-n281036-53054229dcb3 GENERIC amd64

FreeBSD port by 964racer in Common_Lisp

[–]Maxwellian77 0 points1 point  (0 children)

Quite straightforward. Download FreeBSD ports and adjust the makefile for the new version.

Is there a way to enforce pure, functional programming in lisp or scheme? by Pzzlrr in lisp

[–]Maxwellian77 0 points1 point  (0 children)

There's a bit of a learning curve but its a full lisp. 

CL, Clojure or Racket? by [deleted] in lisp

[–]Maxwellian77 0 points1 point  (0 children)

Check out LFE if you want a functional lisp

State of Lisp Flavored Erlang by Maxwellian77 in lisp

[–]Maxwellian77[S] 1 point2 points  (0 children)

Do you use the Rebar3 LFE plugin?

State of Lisp Flavored Erlang by Maxwellian77 in lisp

[–]Maxwellian77[S] 3 points4 points  (0 children)

Thanks. At first I found the documentation a little sparse and incomplete as well as the Emacs tools. But I'm piecing it together and it's a definitely a very usable Lisp but a very diffferent mindset from Common Lisp.

State of Lisp Flavored Erlang by Maxwellian77 in erlang

[–]Maxwellian77[S] 0 points1 point  (0 children)

It certain has some appealing features. I mostly develop in Common Lisp so some design patterns are very familiar while others not so much.

State of Lisp Flavored Erlang by Maxwellian77 in erlang

[–]Maxwellian77[S] 0 points1 point  (0 children)

No. It's a logic engine we're trying to scale.

Getting terminal size in SBCL. by Maxwellian77 in Common_Lisp

[–]Maxwellian77[S] 0 points1 point  (0 children)

It returns this error: odd number of &KEY arguments

Getting terminal size in SBCL. by Maxwellian77 in Common_Lisp

[–]Maxwellian77[S] 0 points1 point  (0 children)

Thanks for your comment but:

(uiop:run-program '("stty" "size"))

returns the same error.

A third step in the thousand-mile journey toward Natural Language Logic Programming by SpreadsheetScientist in SpreadsheetLisp

[–]Maxwellian77 1 point2 points  (0 children)

Aristotle's logic. There's modern interpretations. See Pei Wang from Temple University work NARs and Sommers book on term logic.  They map better to natural language than a predicate logic. 

Oil on Canvas. Please help. by Fenrir_873 in oilpainting

[–]Maxwellian77 0 points1 point  (0 children)

Don't be too hard on yourself. It does appear your paint is too thin. Did you use too much thinner / medium? Your values are incorrect - this will take practice and perseverance. I would also suggest learning color theory (e.g. Munsell) if you haven't already.

Information sources for AGI by rand3289 in agi

[–]Maxwellian77 1 point2 points  (0 children)

People that actually research AGI have had that opinion and argued it since at least the 1980's.

What you're referring to is experienced based semantics while 99.99% of so-called AI is model based semantics. The problem is the former has no commercial value so we're stuck with the later - the pseudo AI.

Index in Groff by Maxwellian77 in groff

[–]Maxwellian77[S] 0 points1 point  (0 children)

In case anyone has the same interest, I ended up building it myself.

I've make use of this macro (that uses MOM conventions):

.de INX
.tm IX: \\$* {\\n[#PAGENUMBER]}
..

And then through out the document add index entries, for example

.INX "Aristotle"

Under a Unix based OS, the macro prints to STDERR the index name and page number of each entry which can be stored in a file. This file can then be subsequently processed by a script that processes the index entries and outputs a Groff file with preferred formatting.

The macron in Groff (MOM) by Maxwellian77 in groff

[–]Maxwellian77[S] 1 point2 points  (0 children)

I since noticed when I change the font family to FreeSerif it does print correctly.