Greg Young

Results 112 comments of Greg Young

Don what would be the best way of doing this in F#? I am guessing mailboxes? Can we call the mailbox /dev/null?

Would you lean towards a Nothing per Instance model or a clustered Nothing Singleton? On Wed, Aug 5, 2015 at 10:19 AM, Michael Newton [email protected] wrote: > I think we...

https://devnull-as-a-service.com On Wednesday, August 5, 2015, Don Syme [email protected] wrote: > I see a big future for Nothing as a service. > > — > Reply to this email directly...

@dsyme I can totally understand your confusion on all of the possibilities. In fact there are many deficiencies in languages like these. If you use another language like php or...

@dsyme I ran into this one this week can we get F# to support this? var_dump( “123456789012345678901234567890” ==“123456789012345678900000000000” ); yep its false

For GPUs we would have to look how to best take advantage of the parallelism offered.

LOL! On Sun, Mar 8, 2015 at 8:57 AM, Daniel Lo Nigro [email protected] wrote: > public class AwesomeBoolean > { > public Nothing True { get { return Nothing.Instance(); }...

needs equality overrides then

Pull requests are welcome. However if you do this a Seq would also be useful. On Fri, Mar 6, 2015 at 11:38 PM, Lev Gorodinski [email protected] wrote: > Maybe something...

I can give you access but its pretty basic: ``` using System; using ScriptCs; using ScriptCs.Contracts; namespace ScriptCs.PrivateEye { public class ScriptPack : IScriptPack { IScriptPackContext IScriptPack.GetContext() { return new...