Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing FILE-NAMESTRING #14

Closed
heegaiximephoomeeghahyaiseekh opened this issue Nov 19, 2015 · 0 comments
Closed

Missing FILE-NAMESTRING #14

heegaiximephoomeeghahyaiseekh opened this issue Nov 19, 2015 · 0 comments

Comments

@heegaiximephoomeeghahyaiseekh

The Common Lisp function FILE-NAMESTRING is not implemented in Corman Lisp. Here is a working implementation:

(defun file-namestring (pathname)
    (let ((name (pathname-name pathname))
          (type (pathname-type pathname)))
        (concatenate 'string name "." type)))
heegaiximephoomeeghahyaiseekh pushed a commit to heegaiximephoomeeghahyaiseekh/cormanlisp that referenced this issue Nov 19, 2015
invalid package from DEFPACKAGE (sharplispers#11).

Added an error check to FIND-SYMBOL so it can generate a non-cryptic
error message (sharplispers#12)

Added a missing quote so that code that uses uninterned symbols in
the :IMPORT-FROM clause of DEFPACKAGE will work (sharplispers#13)

Implemented FILE-NAMESTRING (sharplispers#14).
@binghe binghe closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants