Giter Club home page Giter Club logo

fizzbuzz's People

Contributors

alpha123 avatar arwn avatar bitpatty avatar chc4 avatar cristianzsh avatar denton-l avatar elliotwutingfeng avatar gutschilla avatar havanagrawal avatar invisiblerain avatar l0stfake7 avatar me-and avatar mikasjp avatar neeeoo avatar nelmvn avatar nicholasfeldman avatar nloveladyallen avatar noy avatar pedro-w avatar project-delphi avatar realazizk avatar rhedshi avatar snood1205 avatar sudo-kid avatar sunnypatel165 avatar tyrese-r avatar xdminsy avatar yaboyd1 avatar yous avatar zenware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fizzbuzz's Issues

Esoteric languages?

Hello! I want to add several esoteric languages such as "YoptaScript" and "~English". Are they allowed or this repository only for non-esoteric languages?

[AppleScript] Suggested corrections

set res to ""
repeat with i from 1 to 100
-- AppleScript support for command line scripting is terrible, so all
-- results have to be put into a single string to be printed to STDOUT
set res to res & fizzbuzz(i) & "\n"
end repeat

The command line support is fine, although documentation is a bit lacking. To send the output to stdout at any stage in the script's execution, you use the log command. Line 15 can be deleted, and lines 17-19 can be replaced with:

log fizzbuzz(i) -- Print to stdout

Add Erlang

I suggest that Erlang be added. I will put forward a PR soon.

Automated Testing?

I think it would be cool if all of the programs could somehow be automatically tested.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.