Generics in Rust: visualizing Bezier curves in a Jupyter notebook -- Part 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bernstein

    Generic polynomials in Bernstein basis (Bezier curves) in Rust

    :dep plotters = { version = "^0.3.0", default_features = false, features = ["evcxr", "all_series"] } :dep num = {version = "0.4.3"} :dep bernstein = { git = "https://github.com/sciprosk/bernstein.git" }

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • xeus-cling

    Jupyter kernel for the C++ programming language

    Jupyter notebooks really revolutionized not only data science but scientific computing in general. Conceived originally for REPL (read-eval-print-loop) languages such as Julia, Python, and R, Jupyter notebooks are available now even for C++11, and, of course, Rust is not an exception.

  • evcxr

    A project for Rust REPL environment is a combination of letter evxvr (Evaluation Context for Rust). It contains Evcxr Jupyter kernel. I chose to follow the documentation and compile Jupyter kernel from Rust sources (which takes about 6 min on my laptop), and simply run in Microsoft Windows PowerShell

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Interactive GCC (igcc) is a read-eval-print loop (REPL) for C/C++

    11 projects | news.ycombinator.com | 27 Sep 2023
  • TermiC: Terminal C, Interactive C/C++ REPL shell created with BASH

    4 projects | news.ycombinator.com | 22 Aug 2023
  • IDE for CPP(leetcode)

    4 projects | /r/cpp_questions | 3 Jan 2023
  • How does 3[a] gives the element at index 3 in an array?

    2 projects | /r/ProgrammerHumor | 25 Jun 2022
  • For those defending Python and citing Jupyter notebook scripting as the reason

    1 project | /r/ProgrammerHumor | 2 May 2022

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?