You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behaviour is specific to FemtoLisp which is the Lisp Implementation that is bound
to FemtoEmacs. The exact behaviour in an Emacs type editor depends on the Lisp or Scheme
implementation that is used.
GNU Emacs does the following:
(load "~/src/femto/examples/square.el") t
I think there could be a problem in FemtoEmacs in capturing the return value from load. What is returned is the string #.
I think your expectation here is that the evaluation should evaluate to the quoted value at the end of the file.
In Femto we dont have a quoting syntax for the lisp if I rember rightly.
Note that neither Femto for FemtoEmacs are supporting scheme. Both are supporting variants of Lisp that might lok like scheme.
Create a new file with the following contents:
Loading this file in the scratch buffer produces:
The expected behavior is
The text was updated successfully, but these errors were encountered: