Comma
Development of Comma has been discontinued. Find out more.

Installing Comma

The standalone IDE

Linux

  1. Download the tar file.
  2. Extract it (tar xfz comma-blah.tar.gz)
  3. Change into the extracted directory
  4. Run bin/comma.sh

Once running Comma, the Tools menu allows for creating a command line runner (for example, in /usr/bin/comma) as well as a launcher/desktop shortcut.

Also see the file Install-Linux-tar.txt for further information.

Windows

  1. Download the setup executable.
  2. Run it to install Comma.

MacOS

  1. Download the macOS version
  2. In the dialog, either choose Open with DiskImageMounter, or download it and double-click the .dmg file in your downloads folder
  3. Drag-and-drop the Comma icon on the left to the Applications folder on the right
  4. After the copying is done, Comma is installed! You can find it via Spotlight or Launchpad.

The plugin

  1. Download the plugin zip file
  2. In IntelliJ, open the Settings (File, then Settings)
  3. Go to the Plugins part of the settings
  4. Click Install plugin from disk...
  5. Locate the zip file and click OK
  6. You will be prompted to restart the IDE. Do so to activate the plugin.
  7. For symbol completion from external modules and various other features, a Raku compiler should be installed and associated with the IDE. To do this, open the Tools menu and choose Setup Raku SDK.