Samarium icon indicating copy to clipboard operation
Samarium copied to clipboard

The Samarium Programming Language

Results 5 Samarium issues
Sort by recently updated
recently updated
newest added

| ⚠️ Make sure to contribute to the `0.7.0` branch! | | --- | Most occurrences of `typing.Any` can be replaced with just `object` (mostly built-in Samarium type dunders).

feature
good first issue

| ⚠️ Make sure to contribute to the `0.7.0` branch! | | --- | `src/samarium/classes/base.py@Table` is declared as a generic type but the parametrization is never used because the `__init__`...

feature

It's 140 lines long and has some duplicated code :skull:

improvement

The following example, as presented in the documentation: ```sm @ OutputStorage { => func * { 'func: func; 'outputs: []; } () args... * { out: 'function(**args); 'outputs_: [out]; *...

The options and arguments are colored in a yellow that is unreadable on light background. ![Image](https://github.com/user-attachments/assets/3a0cb201-2402-4bf8-a7ff-606851486912)

bug