-
I'm periodically running into an error when attempting to run ses.pd() on a large community matrix. The error reads: "function node.age only works with a rooted phylo object." However, my tree object …
-
**Overview of the Feature Request**
Remove elements from the dataset creation json file that are superfluous
**What kind of user is the feature intended for?**
API User
**What inspired the req…
-
Like:
- https://github.com/carp-lang/Carp
- https://vale.dev/
- https://vlang.io/
-
## Goals of a Type System
Passerine's type system is a bit fuzzy at the moment, due to it's dynamic nature in terms of implementation. However, Passerine is a functional programming language, and in …
-
I noticed that Passerine is listed in this list for scripting languages for Rust:
https://arewegameyet.rs/ecosystem/scripting/
Can documentation be made that shows how to run Passerine code with…
Pebaz updated
3 years ago
-
A couple updates and announcements:
It seems like there's been a spike in interest, so hello to all you new people! Most discussion takes place on the Discord server (https://discord.gg/XQfxBcHnJj)…
-
It seems that C23 will contain **native** support for *decimal* floating point number types. I think new languages (like Passerine) should also provide native support for *decimal* floating point as a…
-
`x % y`
passerine:
| `n % m` | `m = 7` | `m = -7`
|---|---|---|
`n = 4` | `3` | `1`
`n =-4` | `1` | `3`
c rust haskell lua js python:
| `n % m` | `m = 7` | `m = -7`
|---|---|---|
`n = 4` …
-
_**EDIT**: Added `trees` element to the favorites JSON. Note that marking a favorite tree is distinct from marking a **study**._
The placeholder [`favorites-0` repo](https://github.com/OpenTreeOfLife…
-
This is a similar question to the questions raised in #78, but it would be nice to flesh out the contents page in the book a bit. Currently the page looks like this:
![image](https://user-images.gith…