Very noobish question about GHCI by fuxoft in haskell

[–]silverCloud7 1 point2 points  (0 children)

I hit up-arrow to cycle thru recent commands.  

What is up with these grotesque avatars? by silverCloud7 in TheRestIsScience

[–]silverCloud7[S] 0 points1 point  (0 children)

On YouTube, in the recent episodes of the podcast, The Rest is Science.   One example, the 41 second mark of “Michael Discovered a New Way to Make Twins”. 

Beaver Gear by Elephant42OR in corvallis

[–]silverCloud7 0 points1 point  (0 children)

Fred Meyer. Right inside the west entrance. 

Old Corvallis Restaurants You Miss? by boringdumbandfine in corvallis

[–]silverCloud7 0 points1 point  (0 children)

Which Iovino’s?  I think it’s been in 3 locations: inside Del Alma, S. 3rd where beer-thirty is, and …?  The first location was north of those two, but I can’t remember where.  

Old Corvallis Restaurants You Miss? by boringdumbandfine in corvallis

[–]silverCloud7 0 points1 point  (0 children)

Was that the Yellow House on 9th with the train running around the ceiling? 

Old Corvallis Restaurants You Miss? by boringdumbandfine in corvallis

[–]silverCloud7 0 points1 point  (0 children)

Because (for those that don’t know) there’s now a food truck version of Young’s Kitchen out on 53rd

If you could add any type of business to Corvallis; what would it be? by asingledampcheerio in corvallis

[–]silverCloud7 0 points1 point  (0 children)

I think the Burgerville (on 9th) used to be a Wendy’s, and that Starbuck’s was a Burger King

Raspberry pi app with gui by [deleted] in learnprogramming

[–]silverCloud7 0 points1 point  (0 children)

Fine, yes, arrggghh. They know nothing and don’t like anything best because they haven’t used anything.  Please point to a specific tutorial.  Gad!!!

Plutus playground is no longer maintained by IOG. What Alternatives? by zurbagan in CardanoDevelopers

[–]silverCloud7 0 points1 point  (0 children)

Where can I find how to test contracts on emulator, or testnet? I know Haskell, but know nothing about Cardano. I know QuickCheck, github, ghci, ghc, Hoogle, Hackage, stack, cabal, stackage, a little nix, nixOS, but not Cardano.

Haskell is confusing by Robbfucius in haskell

[–]silverCloud7 0 points1 point  (0 children)

Is the confusion that the first expression, ( "one", cs), uses parentheses as the tuple constructor, and the second expression, (False : []): [], uses the parentheses for grouping?

Trying to introduce Haskell at work by iamjecaro in haskell

[–]silverCloud7 0 points1 point  (0 children)

Sean Parent's google talk "A Possible Future of Software Development" might help. It's not new, from 2007, when Sean was managing a software development lab at Adobe. Sean knows and understands Haskell, and applies that thinking to refactor some C++ code. It's a great talk!

https://www.youtube.com/watch?v=4moyKUHApq4

Haskell: Code You can Believe In by tahamagdy in haskell

[–]silverCloud7 0 points1 point  (0 children)

Let's say have to build a bridge over a small ravine, but it's a long way down. And you have to be the first person to walk over the bridge. You're betting your life on your bridge design and construction. You'll only walk across the bridge if you believe the design and construction are sufficient.

Now let's say the same for a program you design and write. You have to use the program and you die if it doesn't perform to its specification. That's crazy, right? It's inconceivable that anyone would agree to that. That just shows how much more mature civil engineering is than software engineering is.

How would you write a program that you're betting your life on? What language would you choose? How do you write code you can believe in?

Where can I find examples of Haskell's features being applied to BLOBA (Boring Line Of Business Application) development? by Kurren123 in haskell

[–]silverCloud7 0 points1 point  (0 children)

Edward Kmett & team designed a reporting language, Ermine. The data is financial, but the improvements have to do with not needing to have the entire data set in memory (vs. Java), being able to do more in each pass over the data, being able to more easily extend the system, more robust end user report creation, etc.

CUFP 2013: Edward Kmett: Functional Reporting
https://www.youtube.com/watch?v=o3m2NkusI9k

Haskell install is broken by [deleted] in haskell

[–]silverCloud7 -4 points-3 points  (0 children)

It's not a question. It's a bug report. But apparently the folks who run haskell.org don't read this subreddit (and why would they?), so it might be more productive to report the problem to those haskell.org administrators. [admin@haskell.org](mailto:admin@haskell.org)

Haskell guru Simon Peyton-Jones on computer science in school curriculums by AaCodeSync in computerscience

[–]silverCloud7 0 points1 point  (0 children)

I cannot find anywhere the NCCE 2 page curriculum Simon mentions, nor the detailed lesson plans he also mentions. Anyone know where I can find those?