APL.jl VS json

Compare APL.jl vs json and see what are their differences.

json

A tiny JSON parser and emitter for Perl 6 on Rakudo (by moritz)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
APL.jl json
3 4
62 76
- -
0.0 0.0
almost 2 years ago 6 months ago
Julia Perl 6
GNU General Public License v3.0 or later -
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.

APL.jl

Posts with mentions or reviews of APL.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.
  • The counter-intuitive rise of Python in scientific computing (2020)
    9 projects | news.ycombinator.com | 26 Mar 2022
    2. ipython repl

    1. pairs with jaimebuelta's artistic vs engineering dichotomy, but also plays into the scientist wearing many more hats than just programmer. Code can be two or more degrees removed from the published paper -- code isn't the passion. There isn't reason, time, or motivation to think deeply about syntax.

    2. For a lot of academic work, the programming language is primarily an interface to an advanced plotting calculator. Or at least that's how I think about the popularity of SPSS and Stata. Ipython and then jupyter made this easy for python.

    For what it's worth, the lab I work for is mostly using shell, R, matlab, and tiny bit of python. For numerical analysis, I like R the best. It has a leg up on the interactive interface and feels more flexible than the other two. R also has better stats libraries. But when we need to interact with external services or file formats, python is the place to look (why PyPI beat out CPAN is similar question).

    Total aside: Perl's built in regexp syntax is amazing and a thing I reach for often, but regular expressions as a DSL are supported almost everywhere (like using languages other than shell to launch programs and pipes -- totally find but misses all the ergonomics of using the right tool for the job). It'd love to explore APL as an analogous numerical DSL across scripting languages. APL.jl [0] and, less practically april[1], are exciting.

    [0] https://github.com/shashi/APL.jl

  • Symbolic Programming
    3 projects | /r/apljk | 8 Aug 2021
    APL.jl might be of interest to you.
  • Try APL
    7 projects | news.ycombinator.com | 10 Jun 2021

json

Posts with mentions or reviews of json. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-11.
  • What's the position/name of Raku(formerly Perl6)'s `grammar` in parsing technology?
    2 projects | /r/ProgrammingLanguages | 11 Oct 2021
    For example, the JSON::Tiny grammar uses no backtracking, has almost entirely declarative rules, but leans on the default Turing complete powered top down recursive descent invocation of those rules to drive its predictive parsing.
  • Try APL
    7 projects | news.ycombinator.com | 10 Jun 2021
    A `rule` is a `token` with `:sigspace` also enabled (whitespace becomes the same as a call to `<.ws>`).

    The only one of those that really looks anything like traditional regexes is the `value:sym` token. (Raku replaced non capturing grouping `(?:…)` with `[…]`, and character classes `[eE]` with `<[eE]>`)

    This code was copied from https://github.com/moritz/json/blob/master/lib/JSON/Tiny/Gra... but some parts were simplified to be slightly easier to understand. Mainly I removed the Unicode handling capabilities.

    It will generate a tree based structure when you use it.

        my $json = Q:to/END/;

What are some alternatives?

When comparing APL.jl and json you can also consider the following projects:

ngn-apl - An APL interpreter written in JavaScript. Runs in a browser or NodeJS.

ride - Remote IDE for Dyalog APL

array - Simple array language written in kotlin

nqp - NQP

julia - The Julia Programming Language

aplette - This is a new take on an old language: APL. The goal is to pare APL down to its elegant essence. This version of APL is oriented toward scripting within a Unix-style computing environment.

conan - Conan - The open-source C and C++ package manager

nlvm - LLVM-based compiler for the Nim language