Live data from Hacker News

FizzBuzz Enterprise Edition

fizzbuzz.enterprises

11–20 of 72 posts

Re: FizzBuzz Enterprise Edition

#11

Big fan of fizz buzz. Edited / wrote / collected a (free open source) book titled "FizzBuzz (1, 2, Fizz, 4, Buzz,...) by Example - There's More Than One Way To Do It" [1] in the Yuki & Moto Press incl. functional, object-oriented, code-golf, and many more styles / versions. Happy fizz buzzing. [1] https://yukimotopress.github.io/fizzbuzz

If you want another I did it purely with Lambdas in C# [1].

[1] https://github.com/tonyedgecombe/functionalfizzbuzz/blob/mas...

Re: FizzBuzz Enterprise Edition

#13
post #9

The documentation is not Enterprise Ready™; it still contains a description of what the product actually does in an accessible location. For proper compliance, this description should be in a PDF whitepaper that will only be mailed to you after providing your e-mail address and phone number.

It should probably be sent via Fax to be sure.

Re: FizzBuzz Enterprise Edition

#15

Big fan of fizz buzz. Edited / wrote / collected a (free open source) book titled "FizzBuzz (1, 2, Fizz, 4, Buzz,...) by Example - There's More Than One Way To Do It" [1] in the Yuki & Moto Press incl. functional, object-oriented, code-golf, and many more styles / versions. Happy fizz buzzing. [1] https://yukimotopress.github.io/fizzbuzz

If you want another I did it purely with Lambdas in C# [1]. [1] https://github.com/tonyedgecombe/functionalfizzbuzz/blob/mas...

wow, you weren't kidding. you bootstrapped all your constructs from pure lambda-calculus!

I award you Best Use of Dynamic.

Re: FizzBuzz Enterprise Edition

#16
post #9

The documentation is not Enterprise Ready™; it still contains a description of what the product actually does in an accessible location. For proper compliance, this description should be in a PDF whitepaper that will only be mailed to you after providing your e-mail address and phone number.

Yeah, to be fair, just by being on GitHub there are issues. Ideally, it should be sat on Visual SourceSafe or something in a server on an industrial estate somewhere.

Re: FizzBuzz Enterprise Edition

#17
post #9

The documentation is not Enterprise Ready™; it still contains a description of what the product actually does in an accessible location. For proper compliance, this description should be in a PDF whitepaper that will only be mailed to you after providing your e-mail address and phone number.

That pdf whitepaper won’t actually explain how to use it. It will describe the synergy of the experience of using it, give three real world customer stories of how it is used (without actually explaining how), and then end with a link to a documentation site that redirects to a login screen that it will take two weeks to get past because your account rep can’t get the right team on the line to approve your account for access.

Re: FizzBuzz Enterprise Edition

#19
post #14

I am surprised that the Enterprise edition is missing the option to export as an Excel file, eagerly waiting for future releases.

You can buy that as an add-on, a consultant will install that within only a few months.

Of course it goes without saying, ongoing support will cost you extra.

Re: FizzBuzz Enterprise Edition

#20

Big fan of fizz buzz. Edited / wrote / collected a (free open source) book titled "FizzBuzz (1, 2, Fizz, 4, Buzz,...) by Example - There's More Than One Way To Do It" [1] in the Yuki & Moto Press incl. functional, object-oriented, code-golf, and many more styles / versions. Happy fizz buzzing. [1] https://yukimotopress.github.io/fizzbuzz

If you want another I did it purely with Lambdas in C# [1]. [1] https://github.com/tonyedgecombe/functionalfizzbuzz/blob/mas...

My python teacher asked us an implementation of the factorial function.

I did almost the same as you, bootstrapping almost every constructs in python lambdas, and then, before handing it to him, I put it all on one line.

But I'm a good person, in a comment above that line, I copy pasted the same line with 'lambda' replaced by 'λ'.

(I did not use church numerals and there were no strings involved)

Post reply on HN