https://github.com/Enerccio/SLT Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} Enerccio / SLT Public * Notifications * Fork 1 * Star 65 SLT is an IDE Plugin for Itellij/Jetbrains IDE lineup implementing support for Common Lisp via SBCL and Slime/Swank License Apache-2.0 license 65 stars 1 fork Star Notifications * Code * Issues 2 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights Enerccio/SLT This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 3 branches 2 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/E] Use Git or checkout with SVN using the web URL. [gh repo clone Enercc] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @Enerccio Enerccio Merge pull request #19 from Enerccio/stable ... dae710a Jan 15, 2023 Merge pull request #19 from Enerccio/stable 0.1.1 bugfixes dae710a Git stats * 28 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .run fixed wrong import on StringUtils, tested building distributions Jan 14, 2023 gradle/wrapper init Jan 6, 2023 src more fixes for #16 Jan 15, 2023 .gitignore fixed wrong import on StringUtils, tested building distributions Jan 14, 2023 CODE_OF_CONDUCT fixed coc Jan 15, 2023 LICENSE.txt readme and such Jan 14, 2023 README.md instructions Jan 15, 2023 build-distributions.sh fixed wrong import on StringUtils, tested building distributions Jan 14, 2023 build.gradle.kts fixed #16 Jan 15, 2023 contributing.md cleanup of readmies Jan 15, 2023 gradle.properties fixed wrong import on StringUtils, tested building distributions Jan 14, 2023 gradlew init Jan 6, 2023 gradlew.bat init Jan 6, 2023 settings.gradle.kts init Jan 6, 2023 View code [ ] SLT - A Common Lisp Language Plugin for Jetbrains IDE lineup Requirements Getting started Plugin options Compiling source Planned features / goals Far futures / possible goals License README.md SLT - A Common Lisp Language Plugin for Jetbrains IDE lineup License: APACHE 0.1.0 0.2.0 THIS PLUGIN IS EXPERIMENTAL and can crash at any time! Please report all bugs! This plugin is providing support for Common Lisp for JetBrains IDEs. Using modified SLIME/Swank protocol to commmunicate with SBCL providing IDE capabilities for Common Lisp. Image Requirements 1. Intellij based IDE - tested on Intellij Idea Community/Ultimate but should workd on all major IDEs 1. Versions supported are from 2022.2 and upwards 2. Steel Bank Common Lisp installed 3. Quicklisp Getting started Download plugin for your IDE from releases and install it via file. ie File->Settings->Plugin, click on gear icon and then 'Install plugin from disk' To find out which release applies to you check this table: Jetbrains IDE Variant Plugin name pattern CLion slt-version-signed-CL.zip GoLand slt-version-signed-GO.zip Intellij Community slt-version-signed-IC.zip Intellij Ultimate slt-version-signed-IU.zip PyCharm slt-version-signed-PY.zip PyCharm Community slt-version-signed-PC.zip Rider slt-version-signed-RD.zip PhpStorm is coming when I read how to build it correctly since just swapping the type does not work. For the first time use, I recommend installing swank and eclector dependencies manually from sbcl because there is 10 seconds timeout to see if swank has initialized,and it might terminate before quicklisp has initialized. Start sbcl and run this script: On linux and default quicklisp path: (load "~/quicklisp/setup.lisp") (ql:quickload :swank) (ql:quickload :eclector) Plugin options Plugin has 2 options right now. These are accessible in Settings>SLT Configuration * SBCL executable: Full path to sbcl or if sbcl is in path just sbcl is fine. + on windows, you might need .exe or even full path to .exe * Quicklisp path: path to the setup.lisp file of quicklisp. Defaults to ~/quicklisp/setup.lisp Compiling source Clone the repository and change gradle.properties for your IDE. Then use gradle to build the plugin. You can also open this as a project in Intellij Idea. Planned features / goals * [ ] Upload to marketplace when it has enough features * [*] REPL * [*] Interactive debugging * [ ] Walkable debugger without actions * [ ] Breakpoints * [*] Documentation * [ ] Macro expand in documentation * [*] Find function by symbol name * [ ] Search for symbols * [ ] Back references * [ ] Refactoring * [ ] List of quicklisp installed packages / ASDF packages * [ ] List of modified top level forms that are yet to be evaluated Far futures / possible goals * [ ] Virtual Environment a la pycharm so you can specify which interpret instance you want * [ ] Automatic download of lisp interpret and quicklisp * [ ] Different lisp interpreter support * [ ] Remote connections to interpreters License This project is licensed under Apache License v2. About SLT is an IDE Plugin for Itellij/Jetbrains IDE lineup implementing support for Common Lisp via SBCL and Slime/Swank Topics lisp integrated-development-environment jetbrains common-lisp sbcl intellij-plugin jetbrains-plugin Resources Readme License Apache-2.0 license Code of conduct Code of conduct Stars 65 stars Watchers 5 watching Forks 1 fork Releases 2 v0.1.1 Latest Jan 15, 2023 + 1 release Packages 0 No packages published Languages * Java 91.5% * Common Lisp 4.4% * Lex 3.2% * Other 0.9% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. 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.