Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO #1

Open
5 of 10 tasks
jfioasd opened this issue Apr 20, 2023 · 0 comments
Open
5 of 10 tasks

TODO #1

jfioasd opened this issue Apr 20, 2023 · 0 comments

Comments

@jfioasd
Copy link
Owner

jfioasd commented Apr 20, 2023

  • GolfScript
  • CJam
  • Pyth
  • Husk
  • Japt
  • Stax (probably needs decompression)
  • Charcoal #3
  • Canvas

Complete existing language docs pairing

  • (Factor may be an interesting language to analyze - GH repo & CGCC posts)
  • Haskell is also nice to analyze, but there isn't a "the" codebase, so I'll pick some GH repos using Haskell to analyze. Might lead me into new findings.

  • Inspired by Peter Norvig's Englis word analysis, I might as well make a 05AB1E instruction count by position.
  • Parse 2-byte instructions to get an understanding of how frequently 2B instructions are used in golflangs.
    • Or make that into my count-by-position analysis.
  • Generate Factor corpus completely
  • Add vocabulary name (enclosed in parens) next to repsective word in the Factor corpus analysis.
  • A 2-word corpus analysis for Factor programs
    • Maybe needs a prev_word variable in the analysis, should not be affected by separate lines (to generate accurate analysis). Count [prev_word, curr_word] into collections counter
  • Do a proper ASCII character frequency analysis based on a larger corpus.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant