Skip to content
Prev Previous commit
Next Next commit
Update _posts/2020-09-10-rustpython-usecase.md
Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
  • Loading branch information
mireille-raad and coolreader18 authored Dec 7, 2020
commit cf3867278a001ecd03665ed168ee18a501d79f21
2 changes: 1 addition & 1 deletion _posts/2020-09-10-rustpython-usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ All the above approaches have their merit. Usually, there are multiple ways to s

Besides, scientific computing in the browser is one of the use cases for RustPython. Another use case for example is exposing Python scripting in an application written in Rust. This would allow quickly tweaking logic where Rust's compile times would be inhibitive.

If you were looking for a motivation to contribute to RustPython, hopefully scientific computing in the browswer is a good one among many.
If you were looking for a reason to contribute to RustPython, hopefully scientific computing in the browser is a good one among many.

# Sample code

Expand Down