Blogs about: Lazy Evaluation

Featured Blog

My New Mantra: Modularity is the Key to Successful Programming

Roger Costello wrote 3 months ago: Modularity is the key to successful programming. [John Hughes] Lazy evaluation is perhaps the most p … more →

Tags: Functional Programming, Lazy Evaluation, modularity, Software 2., Artificial Intelligence, decision trees, function, function composition, functional programming

Yielding results - the process involved with generating generators

Aleksander Heintz wrote 8 months ago: One of the nice things about the language C# is it’s ability to create generators with the yie … more →

Tags: Tutorials, C#, enumerators, Programming, TOTEM, Tutorial

Count > 0 vs Any()

Rick Neeft wrote 8 months ago: What I see many developer are doing, and what I did in the past, is using Count > 0 to determine … more →

Tags: .NET, LINQ, Collection, count, any

惰性求值

legendsland wrote 10 months ago: 惰性求值是函数式编程里面非常常见并且非常有用的一种求值策略。正如名字所暗示的:尽可能将求值计算拖到最后不得不算的时候。高阶函数和惰性求值可以视为函数式编程的左右使,为程序的模块提供了非常强大的方法。 … more →

Tags: languages, clojure

Risk Measurement On-demand: Complexity, Volatility, Regulatory Uncertainty

admin wrote 11 months ago: Infographic from FINCAD on what factors are affecting the financial industry and why firms need  ris … more →

Tags: Finance Regulations, Financial Markets, Derivatives, Risk Management, Banks, Derivatives, dodd frank, Debt, Europe

TransLucid 0.2 released

Jarryd Beck wrote 12 months ago: TransLucid version 0.2 has been released. With this release comes the ability to replace and delete … more →

Tags: TransLucid, translucid, Intension

#610 - Lazy Evaluation in Property Get Accessors1 comment

Sean wrote 12 months ago: One of the benefits in using a property in a class, rather than a public field, is that you can dela … more →

Tags: Classes, C#, Properties

Contribution on Lazy Evaluation at Wikipedia

Chetan Giridhar wrote 1 year ago: Recently made a contribution to Wikipedia article on Lazy Evaluation in Python section. You can have … more →

Tags: Python, Wikipedia, python example

Cafeteria Points4 comments

Bryan wrote 1 year ago: Why do we pay $100 a person to see this? Image via Wikipedia I’ve worked at my current job for a lit … more →

Tags: Humor, Work, Vision, pajamas, Disneyland, Cali, California, Full-Time, Las Vegas, Nevada

Functional Programming and Haskell

Daniel Tahara wrote 1 year ago: Hey everyone — sorry it’s been a while since my last post.  School got off to a crazy st … more →

Tags: General, Programming, functional programming, Glasgow Haskell Compiler, Hackathon, Haskell, Lambda, lambda calculus, lazy semantics

Vacation turns into runaway train - Stresser of the Day2 comments

mgregory wrote 1 year ago: Vacation time, ah the joys of going to bed late, rising after the sun has warmed the ground and brig … more →

Tags: Stresser of the Day, company 2, Holidays, @ vacation, Work, Company, Christmas, Back to Work, Stress

IEnumerable<char> Random Password Generator

Brian Reiter wrote 2 years ago: Last time I showed that IEnumerable uses lazy evaluation with a Fibonacci Sequence generator as an e … more →

Tags: C#, IEnumerable, Patterns, infinite series, Programming

IEnumerable is Lazy… And That’s Cool1 comment

Brian Reiter wrote 2 years ago: We tend to think of IEnumerable<T> as this thing in C# collections which allows foreach to ite … more →

Tags: C#, IEnumerable, infinite series, LINQ, Patterns, Programming

Haskell Tutorial IV : If This is A Case of Functional Programming, Then I am Switching to Lazy Evaluation

Ryan Deschamps wrote 2 years ago: < Part III: How Haskell Monads are Like a Muppet       Part: V   (coming soon) > Finally, with … more →

Tags: coding, Haskell Tutorial, Ideas!, projects, functions, Haskell

C/AL++

xosfaere wrote 3 years ago: Navision C/AL can be quite monotonous to develop in – which is also one of its strengths … more →

Tags: Software, technical, Navision, C/AL, MBS, LinkedIn, C#, com, Interop

Batteries Included: Lazy Lists version 0.3

yoric wrote 5 years ago: An updated version of the Lazy List module for OCaml has just been uploaded to Batteries Included an … more →

Tags: Informatique - Computer Science, OCaml, parser, Open-Source, Haskell, functional programming, CAML, batteries included, lazy programming

Batteries Included: Lazy Lists version 0.3

yoric wrote 5 years ago: An updated version of the Lazy List module for OCaml has just been uploaded to Batteries Included an … more →

Tags: Informatique - Computer Science, OCaml, parser, Open-Source, Haskell, functional programming, CAML, batteries included, lazy programming

Quelques mots de programmation paresseuse

yoric wrote 5 years ago: Ces jours-ci, je travaille beaucoup avec et sur OCaml, que ce soit pour le projet ExtraPol (dont je … more →

Tags: Enseignement, Informatique - Computer Science, En Français | in French, OCaml, Programmation, Open-Source, lazy, Flux, listes paresseuses

Quelques mots de programmation paresseuse

yoric wrote 5 years ago: Ces jours-ci, je travaille beaucoup avec et sur OCaml, que ce soit pour le projet ExtraPol (dont je … more →

Tags: Enseignement, Informatique - Computer Science, En Français | in French, OCaml, Programmation, Open-Source, lazy, Flux, listes paresseuses


Related Tags
All →

Follow this tag via RSS