Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [functional-programming]

Ask Question

Use this tag for programs where "functional" style is important - likely making use of function composition and without side-effects. NOT simply because your code contains functions!

1,018 questions
Filter by
Sorted by
Tagged with
0votes
0answers
45views

I am looking for a good way to structure my Kotlin code using Spring Boot 4 and Spring 7. The new features I am using are:Reflectionless dependency injection via ...
0votes
0answers
53views

haskeline is a reimplementation in haskell of the GNU Readline library (the one that by default allows you to delete the word you just typed on your shell's command line by pressing Ctrl+w, for ...
4votes
1answer
140views

Also posted on Reddit.As a small personal exercise, I'm trying to implement a notion of higher-kinded types in Rust using type-level defunctionalisation based on the "Lightweight higher-kinded ...
nicoty's user avatar
2votes
2answers
152views

I am trying to manage state in vanilla JavaScript—without using frameworks like React or Vue. I am also not using state management libraries.My requirements are:ReactivityTime Travel (Undo/Redo)...
5votes
1answer
146views

In my application there are many business workflows. Most of them are quite simple and can be put in one function. A few of them however are very complex and have many business validations, require ...
3votes
2answers
162views

IntroductionThe following code is an implementation of, in ambition, RFC 4648 compliant Base16, Base32 and Base64 conversions as range adaptors and constrained algorithms in C++23. It can be used at ...
2votes
0answers
109views

This incrementThis obsoletes a former version, after taking a great review into account:The encoding now preservessized_range and ...
3votes
1answer
209views

Edit: obsoleted by an improved version.Edit: now updated with unit tests that show that this implementation also works for non-forward ranges, i.e. string streams, files streams, on-the-fly encoding/...
4votes
2answers
386views

This obsoletes a former version and is obsoleted by an improved version.The following code is an implementation of, in ambition, RFC 4648 compliant Base16 conversions as range adaptors in C++23. It ...
4votes
1answer
236views

This is obsoleted by a significantly better version.The following code is an implementation of hexadecimal conversions as range adaptors in C++23. It can be used at compile time, but should of course ...
5votes
3answers
308views

The question asked is very straight-forward and is simple enough to solve. What I am looking for is that hopefully I can get some understanding for using the constructs and built-ins of the Haskell ...
5votes
6answers
492views

I have a simple list of results, and I need to return only one value depending on content, for example:...
zond's user avatar
  • 151
3votes
1answer
437views

An event source built around an observer design pattern implementation…...
user avatar
1vote
1answer
91views

Temporary storing the element(s) returned bydocument.querySelector anddocument.querySelectorAll methods could improve ...
user avatar
8votes
1answer
145views

I want to get better at functional programming so I started with this simple 2-player TicTacToe game. Next I want to add a simple min-max algorithm to make it a 1-player game, but before that I'd like ...

153050per page
1
2345
68

Hot Network Questions

more hot questions
Newest functional-programming questions feed

[8]ページ先頭

©2009-2025 Movatter.jp