Giter Site home page Giter Site logo

Instructions for OCICL about clog HOT 8 CLOSED

Immortalin avatar Immortalin commented on August 24, 2024
Instructions for OCICL

from clog.

Comments (8)

rabbibotton avatar rabbibotton commented on August 24, 2024 2

Once we figure what is broke with versions, I already implemented:
(clog-tools:clog-builder :project :ntest :no-quicklisp t)

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024 1

Worked today on this, the issue is that the builder uses QuickLisp to retrieve the list of project available. OCICL that is not a concept that really jives as each project is its own "world". It is possible to offer an alternative model that is more "file based" and then "system" based as QL is. I will work on that.

In the mean time worth positing my notes here so far:

  1. Fresh install of sbcl - or mv ~/.sbclrc ~/.sblrc.org you also want to make sure no conflicts in ~/common-lisp if using it
  2. git clone https://github.com/ocicl/ocicl.git
  3. sbcl --load setup.lisp
  4. edit .sbclrc with

;; Add the following to your lisp startup file
;; (~/.sbclrc, ~/.eclrc, ~/.abclrc or ~/.roswell/init.lisp):

#-ocicl
(when (probe-file #P"/home/dbotton/.local/share/ocicl/ocicl-runtime.lisp")
(load #P"/home/dbotton/.local/share/ocicl/ocicl-runtime.lisp"))
(push (uiop:getcwd) asdf:central-registry)

  1. export PATH="~/.local/bin/:$PATH" if not already exported
  2. Copy your CLOG project to compile to a directory
  3. cd to that dir then
  4. (pushnew (uiop:getcwd) asdf:central-registry)
  5. (asdf:load-system :ntest) ; ntest what ever name of projects is
  6. run your compiled project - for example (ntest:start-app)

ideally I should be able to do:

  1. (asdf:load-system :ntest/tools)
  2. (clog-tools:clog-builder :project :ntest)

Also for some reason the install CLOG is a very old version

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024 1

So things were fixed on the server end so instructions work now.

Do: ocicl latest
To update if already did

Will work today on official Docs

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024

Is for sure planned, will try and bump it up on schedule

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024

clog that was installed was from clog-20240503-76468c7/
in CLOG time that is 50 years :)

from clog.

aykaramba avatar aykaramba commented on August 24, 2024

Interesting. I have been meaning to learn OCICL, I will try this a bit also. Thx for the info.

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024

CLOG now supports non-quicklisp based development completely based off of ASDF. This allows for OCICL based systems see https://github.com/rabbibotton/clog/blob/main/OCICL.md

from clog.

rabbibotton avatar rabbibotton commented on August 24, 2024

You will though have to wait for CLOG to update in ocicl not sure what the deal is there https://github.com/ocicl/clog?tab=readme-ov-file

from clog.

Related Issues (20)

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.