Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.16 KB

IDEAS.md

File metadata and controls

39 lines (27 loc) · 2.16 KB

Need some ideas?

Check out some examples from quickscript-extra, and some starter ideas below.

Ideas

  • csv->sexp or json->sexp (use existing libraries)
  • sort a list of numbers from the selection
  • lexer with split string
  • spell check or spelling fixer (more complicated)
  • beautify code (using pretty-print for example)
  • ASCII art!
  • Add Windows and/or Macos support to git. (maybe use open-terminal as a starting point?)
  • Post the current selection to the Racket Slack. (tweet is an example of using a web api)
  • Make a game? (maybe use 2htdp/universe or lux?)

Looking for more ideas? What about porting some of emacs scripts and vim scripts?

When you have an idea...Getting started for the impatient is a good starting point.

Have fun!

Win Prizes and the Admiration of your peers.

Some existing examples

Done

  • ROT13 encoder/decoder - This was the first entry!