Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larouxn/palindrome
Palindrome scripts in a variety of languages.
https://github.com/larouxn/palindrome
Last synced: about 1 month ago
JSON representation
Palindrome scripts in a variety of languages.
- Host: GitHub
- URL: https://github.com/larouxn/palindrome
- Owner: larouxn
- License: mit
- Created: 2015-05-01T22:26:32.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-09-23T14:35:52.000Z (about 4 years ago)
- Last Synced: 2023-08-15T04:13:43.054Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.11 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palindrome
Palindrome scripts in a variety of languagesSpec
- Function that takes in a string
- Return string if is already a palindrome
- If string can never be a palindrome return null, nothing, etc.
- Rearrange string to be palindromic and print it to the console if possibleLanguages
- [ ] Arduino
- [ ] Bash
- [ ] Ceylon
- [x] Clojure (johnpaulwelsh)
- [x] CoffeeScript (larouxn)
- [x] D (johnpaulwelsh)
- [x] Dart (larouxn)
- [x] Dogescript (robwhitaker)
- [x] Elm (robwhitaker)
- [x] Erlang (johnpaulwelsh)
- [x] Elixir (larouxn)
- [ ] Factor (johnpaulwelsh) - in progress
- [ ] Fancy
- [x] Fantom (johnpaulwelsh)
- [ ] Felix
- [ ] Frege
- [ ] Go (larouxn) - in progress
- [x] Groovy (johnpaulwelsh)
- [ ] Gosu (johnpaulwelsh) - in progress
- [x] Haskell (robwhitaker)
- [x] Java (johnpaulwelsh) (sorry, I caved)
- [x] JavaScript (larouxn)
- [x] Julia (johnpaulwelsh)
- [x] Kotlin (johnpaulwelsh)
- [ ] Lua
- [x] Nim (johnpaulwelsh)
- [ ] OCaml
- [ ] Perl
- [ ] Prolog (Yuxrier) - in progress
- [ ] PureScript
- [x] Python 3 (larouxn)
- [x] Ruby (larouxn)
- [x] Rust (johnpaulwelsh)
- [x] Scala (johnpaulwelsh)Completion Breakdown by User
- johnpaulwelsh -- 11 completed, 2 in progress
- larouxn -- 6 completed, 1 in progress
- robwhitaker -- 3 completed, 0 in progress
- Yuxrier -- 0 completed, 1 in progress