CINXE.COM

Raku - Whatever

<!DOCTYPE html> <!-- Hacking: see NOTES and TODO in this directory --> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Raku - Whatever</title> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet"> <link href="/style.css?v=1" rel="stylesheet"> </head> <body> <div class="bg"> <div class="container"> <nav class="navbar navbar-fixed-top navbar-inverse"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li id="nav-home" ><a href="/">Home</a></li> <li id="nav-downloads" ><a href="/downloads">Download</a></li> <li id="nav-community" ><a href="/community/">Community</a></li> <li id="nav-docs" ><a href="https://docs.raku.org">Documentation</a></li> <li id="nav-res" ><a href="/resources/">Resources</a></li> <li id="nav-modules" ><a href="https://modules.raku.org/">Modules</a></li> <li id="nav-whatever" class="active" ><a href="/whatever/">IDEs</a></li> <li id="nav-fun" ><a href="/fun/">Fun</a></li> <li id="nav-faq" ><a href="https://docs.raku.org/language/faq">FAQ</a></li> </ul> </div> </div> </nav> <header id="subpage-header" class="lead well"> <img src="/camelia-logo-small.png" width="140" height="130" alt="Camelia, the Raku bug" class="pull-right"> <h2><b>Raku</b> - IDEs</h2> <p> IDEs and editor plugins for working with Raku. </p> </header> <div class="row equal-panels"> <div class="col-sm-12"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Editors, IDEs</h3> </div> <div class="panel-body"> <ul class="shy-list"> <li><a href="https://commaide.com/">CommaIDE</a>: designed specifically for Raku. Community edition available for free, additional features and more regular updates through paid Supporter Program.</li> <li><a href="https://atom.io">Atom</a>: <ul> <li><a href="https://atom.io/packages/language-perl6">Raku syntax highlighter</a>, a plugin that provides Raku highlighting. Follow the instructions in the package readme.</li> <li><a href="https://atom.io/packages/script">Raku script runner</a></li> <li>See here how to configure both the above plugins, as well as others, to turn <a href="https://github.com/perl6/Atom-as-a-Perl6-IDE">Atom into a Raku IDE</a>. Works with the syntax highlighter listed above. Can run Raku code from the screen buffer, selection, or a file.</li> <li><a href="https://atom.io/packages/atom-perl6-editor-tools">Raku Editor Tools</a>, an Atom plugin that provides a collection of useful Raku editing tools (may not be compatible with the latest Atom).</li> </ul> <li><a href="https://podlite.org/">Podlite</a> - open-source desktop Raku Pod editor and viewer for Windows, Linux, and Mac.</li> <li><a href="https://pod6.in/">pod6.in</a> - online Raku Pod (aka pod6) editor.</li> <li>Vim: <a href="https://github.com/Raku/vim-raku">Raku syntax highlighting</a></li> <li>Emacs: <ul> <li><a href="https://github.com/Raku/raku-mode">raku-mode</a>, an Emacs major mode for Raku which provides syntax highlighting (and more)</li> <li><a href="https://github.com/jrockway/cperl-mode">Unified Raku + Perl + Moose/MooseX::Declare</a> syntax highlighting</li> <li><a href="https://github.com/syl20bnr/spacemacs">Spacemacs</a>: Emacs wrapper with vim key-bindings and with extra stuff</li> </ul> <li>Nano: <a href="https://github.com/hankache/raku.nanorc">Raku syntax highlighting</a></li> <li><a href="https://cudatext.github.io/">CudaText</a>: Raku lexer is present in Addon Manager</li> <li><a href="https://kate-editor.org/">Kate</a>: A cross-platform text editor part of the KDE project</li> <li>VisualStudio Code: <a href="https://github.com/bscan/RakuNavigator">Raku language support</a></li> <li><a href="https://notepad-plus-plus.org/">Notepad++</a>: A free and open-source source code editor for use with Microsoft Windows.</li> </ul> </div> </div> </div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <section class="col-sm-6 col-md-5ths"> <h4><a href="/community/">Community</a></h4> <ul class="shush-list"> <li><a href="/community/irc">#raku IRC channel</a>: <a href="irc://irc.libera.chat/#raku">system IRC client</a> or&nbsp;<a href="https://web.libera.chat/#raku">chat live in your browser</a></li> <li><a href="/community/rosettacode">Raku on Rosetta Code</a>, <a href="https://planet.raku.org/">Blogs</a></li> </ul> <a href="/community/" class="btn btn-success">More</a> </section> <section class="col-sm-6 col-md-5ths"> <h4><a href="/resources/">Resources</a></h4> <ul class="shush-list"> <li><a href="/getting-started/">Getting started</a></li> <li><a href="https://docs.raku.org/">Raku Documentation</a></li> <li><a href="https://docs.raku.org/language#Migration_guides">Other languages to Raku</a>, an introduction for programmers</li> </ul> <a href="/resources/" class="btn btn-success">More</a> </section> <section class="col-sm-6 col-md-5ths"> <h4><a href="https://modules.raku.org/">Modules</a></h4> <ul class="shush-list"> <li><a href="https://modules.raku.org/">Raku modules directory</a></li> <li><a href="https://raku.land/github:ugexe/zef">zef</a>: Raku module manager</li> </ul> <a href="https://modules.raku.org/" class="btn btn-success">More</a> </section> <section class="col-sm-6 col-md-5ths"> <h4><a href="/compilers/">Compilers</a></h4> <ul class="shush-list"> <li><a href="https://rakudo.org/">Rakudo</a>, a compiler running on <a href="https://moarvm.org/">MoarVM</a>, the JVM and other backends.</li> </ul> <a href="/compilers/" class="btn btn-success">More</a> </section> <section class="col-sm-6 col-md-5ths"> <h4><a href="/specification/">Language Design</a></h4> <ul class="shush-list"> <li><a href="https://github.com/Raku/roast">Specification</a> - Official Raku language specification test suite</li> <li><a href="https://design.raku.org/">Speculations</a> - historical language design documents</li> </ul> <a href="/specification/" class="btn btn-success">More</a> </section> <p class="col-sm-12 text-center" ><i class="glyphicon glyphicon-info-sign"></i> If you want to contribute to this page, <a href="/about/">look here for instructions</a>.<br/> The Raku庐 Programming Language </p> </div> </div> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="/bootstrap/js/bootstrap.min.js"></script> <script src="/js.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10