aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [pair] Created pair package and implemented some functionsdevSyndamia2022-12-102-0/+80
|
* [collections] Implemented integer-to-list functionSyndamia2022-12-082-1/+9
|
* [math] Updated op= to use funcall instead of applySyndamia2022-12-071-1/+1
|
* [io] New package io, implemented doread-lines and ask-for-streamSyndamia2022-12-062-0/+25
|
* [asd] Fixed packages configurationv0.1Syndamia2022-12-062-2/+23
|
* [collection] Improved how pop-back worksSyndamia2022-12-051-3/+3
|
* [collection] Added push-back, pop-back and slice functionalitySyndamia2022-12-051-0/+15
|
* [math] Added a power and an avg functionSyndamia2022-12-051-0/+13
|
* [math] Implemented op=, its derivatives and % macrosSyndamia2022-12-051-0/+33