Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
1 answer
169 views

In CL, we have incf and setf imperative functions. Scheme uses an exclamation point (e.g. set!, vector-set! etc.) But what, if any, convention do CL programmers use?
tkf's user avatar
  • 1,070
0 votes
1 answer
288 views

Write a LWC component to display Account records in lightning-datatable and show checkbox field (IsActive) as an image (true: green check, false: red cross). Please don’t use @wire adapters. Please ...
Jacky's user avatar
  • 1
2 votes
1 answer
222 views

I'm a beginner to Scala, FP, and programming in general. I'm trying to understand when something can be called proper FP. If we say that functional programming is about chaining functions together so ...
3 votes
1 answer
1k views

I have some imperative code which processes on 20 Threads in parallel. IntStream.range(0, 20) .forEach(t -> { Runnable runnable = () -> { int records = RANGE; ...
user avatar
1 vote
1 answer
95 views

I have a class I can't change, simplified version shown. I got an array of variations on the class. I need to add the rest of the class to each member of the array before I can use them. class ...
4 votes
1 answer
2k views

Hello I was reading the following article Quarkus reactive architecture At the start of the article it says Quarkus is reactive. It’s even more than this: Quarkus unifies reactive and imperative ...
user avatar
1 vote
1 answer
612 views

I likely am asking a very stupid question here, please forgive me. I am a Java and C# backend-engineer with relatively good knowledge of OOP design patterns. I have recently discovered the debate ...
0 votes
1 answer
250 views

So I have to create a "lights out" game. I have to create two functions. One function "flip" val flip : bool array array -> int -> int -> bool array array = <fun> ...
idkrlly's user avatar
  • 41
0 votes
1 answer
154 views

Is it possible to mix declarative and imperative paradigms for Android UI development ? 1- In « traditional » Android development, Java + XML are used to create interface elements (in a Rather static ...
1 vote
0 answers
714 views

I would like to build a model that can take a sentence in the imperative form and output a new sentence in an interrogative form (however, the meaning would be the same in both sentences - both ...
0 votes
2 answers
135 views

I'm learning Clojure and working on a simple file parsing script. I have a file in the form of: pattern1 pattern2 pattern3 pattern1 pattern2 ... where each line has a few values (numbers) that I ...
2 votes
0 answers
240 views

I've read many posts re how to use Imperative input and output bindings - I get that, very cool. However, what I have struggled to find is a way to create Imperative Triggers. I'm not sure if this is ...
2 votes
1 answer
294 views

Note: this is an exercise, and I'm trying to understand how things work. I am trying to make it possible to do something like this in Haskell: f :: Integer -> Integer f n = def $ do i <-...
arryn's user avatar
  • 329
0 votes
2 answers
256 views

I am trying to scale all the values in a list where the largest value is 1 and the smallest value is 0. Here is an example of what I am trying to accomplish (check-expect (squash (list 100 90 70 20)) ...
0 votes
1 answer
188 views

I am reading on k8s it has 2 method to use it. Both of them are complement of each other. Today I tried one feature to get a declarative (manifest file). Suppose I create namespace instance $ ...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /