raku-jupyter-kernel VS raku-study

Compare raku-jupyter-kernel vs raku-study and see what are their differences.

raku-study

Exploratory programming using the Raku language (by doomvox)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
raku-jupyter-kernel raku-study
3 2
70 11
- -
6.5 9.9
3 days ago 3 days ago
Raku Raku
Artistic License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

raku-jupyter-kernel

Posts with mentions or reviews of raku-jupyter-kernel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • Raku for the the scientist/PROGRAMMER that is hitting the limits of Python
    7 projects | /r/rakulang | 3 Jan 2022
    Hi u/ArcadesOfAntiquity - this is an excellent point, thank you for mentioning it. I am a very big proponent of raku on Jupyter!! I highly recommend Brian Duggan's https://github.com/bduggan/p6-jupyter-kernel and have used it to illustrate the capabilities of a couple of my modules Physics::Measure and Physics::Navigation by way of test driving this very powerful tool.
  • What's your setup for writing Raku code? (repl, editor, etc)
    3 projects | /r/rakulang | 1 Mar 2021
    I recently came across a link to an alternate repl for Raku, and it made me realize that I've never asked folks on here about their setups for writing Raku code – there could be some great tools that I've missed. So, what all do you use? Is there anything that you love?

raku-study

Posts with mentions or reviews of raku-study. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.
  • Ask HN: Are you using Raku? Pros / cons?
    2 projects | news.ycombinator.com | 2 Aug 2023
    Oh yes, Bruce Gray was a major influence for me as well a couple of years ago. He often participates in the "Raku Study Group" meetings as well - these are very broad and informal meetings every second Sunday but around the end, Bruce almost always brings up some Raku (sometimes Perl) solutions for the weekly challenges from https://theweeklychallenge.org/. In case you are interested, the repo of the meetups: https://github.com/doomvox/raku-study

    Back to the topic. I picked up Raku a couple of years ago and I mostly use it as a better shell.

    The pros are that you can really quickly and swiftly deliver CLI automation tools and scripts; the language has a unique but very practical regex syntax, you have very rich tools for string manipulation and you have good utilities to "drain CPU" if you are willing to spend more resources to make something faster (e.g easy multithreading for operations). Also, the language is very pleasant to use, it makes you feel very clever and powerful.

    The cons cannot be neglected, however, the biggest problem probably being the performance and stability of the only actually working compiler, Rakudo, and its most functioning bytecode VM, MoarVM. The rich string-processing system and regex engine can be surprisingly slothful if you have vast amounts of text, same for precise bigint and rational computations (which are the default). Not many people understand Rakudo (and especially the VMs) enough to work on bugs or performance improvements, and there are not many low-hanging fruit remaining. Considering this, I'm sad that there has been little strategy regarding getting new maintainers, or having a release strategy besides "we will not change anything that might break code, and just release new compiler versions every couple of months".

    Also, I don't know how much this is a con for you but Raku is not a language you can just "learn", you have to explore it and always be ready for a new journey. It's a horizontally huge language with a lot of corner cases you probably cannot all keep in mind. I think I'm managing pretty well but it is definitely a risk; you should probably either find a small subset you are comfortable working with and stick to it, or be okay with exploration using whatever goes, from asking others and reading the docs to investigating the core library inside Rakudo (which is not as bad as it may sound but not everybody wants to do).

  • What's your setup for writing Raku code? (repl, editor, etc)
    3 projects | /r/rakulang | 1 Mar 2021

What are some alternatives?

When comparing raku-jupyter-kernel and raku-study you can also consider the following projects:

homemade-machine-learning - 🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

perlweeklychallenge-club - Knowledge base for The Weekly Challenge club members using Perl, Raku, Ada, APL, Awk, Bash, BASIC, Bc, Befunge-93, Bourne Shell, BQN, Brainfuck, C3, C, CESIL, C++, C#, Clojure, COBOL, Coconut, Crystal, D, Dart, Dc, Elm, Emacs Lisp, Erlang, Excel VBA, Fennel, Fish, Forth, Fortran, Gembase, GNAT, Go, Haskell, Haxe, HTML, Idris, IO, J, Janet, Java, JavaScript, Julia, Kotlin, Lisp, Lua, M4, Miranda, Modula 3, MMIX, Mumps, Myrddin, Nim, Nix, Node.js, Nuweb, OCaml, Odin, Ook, Pascal, PHP, Python, Postscript, Prolog, R, Ring, Ruby, Rust, Scala, Scheme, Sed, Smalltalk, SQL, Swift, Tcl, TypeScript, Visual BASIC, WebAssembly, Wolfram, XSLT and Zig.

jupyter-themes - Custom Jupyter Notebook Themes

flycheck-raku - Raku support for Flycheck

ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

raku-most-wanted - Most wanted features and modules for the Raku distro release

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust