https://github.com/factor/factor-rosetta-code
Clone of RosettaCode solutions for Factor
https://github.com/factor/factor-rosetta-code
Last synced: 3 months ago
JSON representation
Clone of RosettaCode solutions for Factor
- Host: GitHub
- URL: https://github.com/factor/factor-rosetta-code
- Owner: factor
- Created: 2023-10-13T14:33:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:40:26.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:46:43.235Z (about 1 year ago)
- Language: Factor
- Homepage: https://rosettacode.org/wiki/Category:Factor
- Size: 1.96 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rosetta-code
The [Rosetta Code](https://rosettacode.org) project is quite interesting:
> The idea is to present solutions to the same task in as many different
> languages as possible, to demonstrate how languages are similar and
> different, and to aid a person with a grounding in one approach to a problem
> in learning another. Rosetta Code currently has 1,298
> [tasks](*https://rosettacode.org/wiki/Category:Solutions_by_Programming_Task),
> 383 [draft
> tasks](https://rosettacode.org/wiki/Category:Draft_Programming_Tasks), and
> is aware of 952
> [languages](https://rosettacode.org/wiki/Category:Programming_Languages),
> though we do not (and cannot) have solutions to every task in every
> language.
There is a [page for Factor](https://rosettacode.org/wiki/Category:Factor)
with some programming language history, notes, and a list of [tasks not
implemented in
Factor](https://rosettacode.org/wiki/Tasks_not_implemented_in_Factor). If
you are new to learning Factor, this might be a fun way to learn and
contribute.
The ``rosetta-code`` vocabulary includes words for scraping solutions from
Rosetta Code, while the ``rosetta-code/solutions`` directory contains all
the currently scraped solutions.
Currently this is a fair amount of code:
```
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Language Files Lines Code Comments Blanks
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Factor 1669 74795 12525 56386 5884
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```