Can not load empty file

Pondering the philosophy behind the language
Locked
kosh
Posts: 72
Joined: Sun Sep 13, 2009 5:38 am
Location: Japan
Contact:

Can not load empty file

Post by kosh »

Hi.

A error occurred in loadin empty file. It should be return a nil?

Code: Select all

$ touch empty.lsp
$ newlisp 
newLISP v.10.6.3 64-bit on OSX IPv4/6 UTF-8 libffi, options: newlisp -h

> (load "empty.lsp")
ERR: problem accessing file in function load : "empty.lsp"
> (eval-string "")  ; passing empty string
nil

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: Can not load empty file

Post by Lutz »


Trythistwo
Posts: 2
Joined: Sat Nov 19, 2016 10:57 am

Re: Can not load empty file

Post by Trythistwo »

Thank goodness. My relief is almost palpable.

goldenslot

Locked