Popularity
2.9
Growing
Activity
0.0
Stable
6
2
3

Programming language: Emacs Lisp
License: GNU General Public License v3.0 only
Tags: Editor Plugins     Emacs    
Latest version: v0.1.2

play-crystal.el alternatives and similar shards

Based on the "Emacs" category.
Alternatively, view play-crystal.el alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of play-crystal.el or a related project?

Add another 'Emacs' Shard

README

play-crystal.el

https://play.crystal-lang.org integration.


License GPLv3 Build Status MELPA

play.crystal-lang.org is a web resource to submit/run/share Crystal code.

This package allows you to use this resource without exiting your favorite Emacs.

Features:

  • Allows to fetch code into Emacs buffers from play.crystal-lang.org
  • Allows to submit code to play.crystal-lang.org directly from Emacs
  • Allows to browse play.crystal-lang.org

Usage

Run one of the predefined interactive functions.

See Function Documentation for details.

Function Documentation

(play-crystal-insert RUN-ID)

Insert code identified by RUN-ID into the current buffer.

(play-crystal-insert-another-buffer RUN-ID)

Insert code identified by RUN-ID into another buffer.

(play-crystal-browse RUN-ID)

Show code identified by RUN-ID in a browser using ’browse-url’.

(play-crystal-submit-region)

Create new run submitting code from the current region.

(play-crystal-submit-buffer)

Create new run submitting code from the current buffer.


*Note that all licence references and agreements mentioned in the play-crystal.el README section above are relevant to that project's source code only.