Giter Club home page Giter Club logo

cl-atelier's Introduction

Atelier – Atelier for Lisp developers

The atelier for Lisp developers is providing useful tools for Lisp developpers such as project templates and a linter.

Continuous Integration

This software is Copyright © 2017–2023 Michaël Le Barbier and is distributed under the terms described in the LICENSE file.

Introduction

Example how to create a new Lisp project

(org.melusina.atelier:new-lisp-project
	  #p"~/Lisp/atelier/"
	  :copyright-holder "Michaël Le Barbier"
	  :copyright-year "2023"
	  :project-filename "org.melusina.atelier"
	  :project-name "Atelier"
	  :project-description "An Atelier for Lisp developers"
	  :project-long-description
      #.(concatenate 'string
        "The atelier for Lisp developers is providing useful tools "
        "for Lisp developpers such as project templates and a linter.")
      :homepage "https://github.com/melusina-org/cl-atelier"
      :license :mit)

cl-atelier's People

Contributors

foretspaisibles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cl-atelier's Issues

Some systems failed to build for Quicklisp dist

Building with SBCL 2.2.4 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id ad659c1

org.melusina.atelier fails to build with the following error:

; caught WARNING:
;   Duplicate definition for FIND-TEMPLATE found in one file.
;   See also:
;     The ANSI Standard, Section 3.2.2.3
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001C58003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "org.melusina.atelier" "src" "template">

org.melusina.atelier/testsuite fails to build because of a failure in org.melusina.atelier.

Full log here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.