New: haskellAll contenthive-129948hive-196917krsteemzzanhive-183959hive-180932hive-166405photographyhive-185836uncommonlabhive-150122lifehive-183397hive-144064bitcoinhive-188619krsuccesshive-139150hive-103599hive-124908hive-101145hive-109690hive-180301hive-106183TrendingNewHotLikersenzojade (28)in haskell • 8 months agoInvest in Excellence: Discover the Top 5 Websites for Haskell Assignment SupportAre you seeking help with your Haskell assignments? Look no further! Haskell, known for its strong typing and functional programming features, often presents challenges to students. Whether you're…enzojade (28)in haskell • 8 months agoBoost Your Grades with Haskell: Proven Strategies for Completing Assignments SuccessfullyAre you struggling to keep up with your Haskell assignments? Do you find yourself spending countless hours trying to grasp complex concepts and struggling to meet deadlines? If so, you're not alone.…kayla000bell (27)in haskellassignmenthelp • last yearA Student's Perspective: Haskell Assignment Help from ProgrammingHomeworkHelp.comAs a computer science student, I've always been fascinated by the world of programming languages. However, when I was introduced to Haskell, I found myself struggling to grasp its concepts and…flodner (65)in hive-119463 • 3 years agoCreation Of A Haskell Module To Estimate Transaction Size/Fee During Testing - AdamakerSpace BountyBOUNTY: 1000 ADA “Creation of a Haskell module to allow for estimation of transaction size for different transactions based on complexity for each transaction. The module would allow us to call it…flodner (65)in cardano • 3 years agoCardano: Building Crowdfunding Smart Contracts using Marlowe Playground. PART1ADA MakerSpace lesson to learn how things you need to think about when building crowdfunding smart contracts on Cardano blockchain using Marlowe Playground. This is PART1 of the ADAMaker.Space…titan-c (50)in programming • 4 years agoFinite Fields - Bitcoin & HaskellBitcoin's price has gone crazy up, and now I'm really responsible for learning it. I found the book Programming Bitcoin by Jimmy Song, it looks good enough to give it a try. It uses Python to teach…evrone (41)in webdevelopment • 5 years agoHow we created the Vexor cloud continuous integration serviceIt’s a classic problem of scale. When a company works on several projects simultaneously, it faces a number of difficulties when it comes to continuous integration services. Running your own CI…wholepixels (27)in generative • 5 years agoFixed the missing rectangles. Apparently threads in those were so thin they were invisible. But now I miss the effect of threads sticking out.wholepixels (27)in creativecoding • 6 years agoNon-rectangular images for non-rectangular things. Just learned this cutting edge technologyblackanger (38)in rust • 6 years ago【Rust日报】 2019-03-14seed 发布0.3版本 #wasm #seed Seed是一个Rust前端框架,借助wasm可以创建Web App。 Read More 如何让Haskell搜索字符串与Rust一样快 #haskell…markgritter (59)in adventofcode • 6 years agoAdvent of Code day 13 [spoilers]Day 13 is a simulation of carts on tracks. The track layout is given by an ASCII diagram, like this one: /->-\ markgritter (59)in adventofcode • 6 years agoAdvent of Code, day 12, in Haskell [spoilers]Day 12 asks us to implement a cellular automaton. There's a lot of flavor text, but that's basically it. The rules are part of the puzzle; I don't know if they're actually different for…markgritter (59)in adventofcode • 6 years agoAdvent of Code Day 11 [spoilers], Inclusion-Exclusion, and Haskell's odd design decisionsHaskell has a maximum function and it has lazy evaluations of lists. I come from Python that has a max function and list generators. But there turns out to be a crucial difference. Day…markgritter (59)in adventofcode • 6 years agoAdvent of Code Day 8 [spoilers]Day 8's puzzle was basically just about parsing a long list of integers correctly, and writing tree-recursive functions correctly. Both are pretty easy in Haskell. I defined the tree object…markgritter (59)in adventofcode • 6 years agoAdvent Of Code Day 5 [spoilers]I completely gave up on solving the Advent of Code problems as they went up, and I'm backfilling the days I missed, which is most of them. Day 5 was the first time I really felt happy with my…markgritter (59)in adventofcode • 6 years agoAdvent of Code, day 7 [spoilers]The Day 7 puzzle is about parallel builds. So, just convert your input into a Makefile and solve it with GNU Make! OK, maybe not. I probably could have gotten that working in less time than it…markgritter (59)in adventofcode • 6 years agoAdvent of Code Day 4 [spoilers]Day 3 and 4 kinda kicked my butt (plus I had work stuff both nights) but I finally finished day 4 . It asks us to solve a scheduling problem, and the example even shows us a nice matrix we could…markgritter (59)in adventofcode • 6 years agoAdvent of Code day 2 [spoilers]Advent of Code Day 2 asks us to do some string searches. It took me about 40 minutes, and I can't say I'm particularly happy with the results, but it worked. Part 1 asks us to find the number…markgritter (59)in adventofcode • 6 years agoAdvent of Code day 1 [spoilers]I'm doing Advent of Code in Haskell this year, as planned. I warmed up with one of last year's problems so I was able to get started right away at 11pm last night when the puzzle went live. It…aas-sh (25)in blog • 6 years agoAn Introduction to Developing games in Haskell with ApecsThis post can be found on my blog here . There have been so many frameworks, examples and prototypes released in an effort to pioneer games development in Haskell, and yet we still don't…