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 [clojure]

Ask Question

Clojure is a Lisp dialect for the Java Virtual Machine. Its main features include a software transactional memory system for coherent updates to data structures, transparent access to Java libraries, a dynamic REPL development environment, runtime polymorphism, and built-in concurrent programming constructs.

309 questions
Filter by
Sorted by
Tagged with
1vote
0answers
41views

There are two versions of the CSV parser. The latter seems to be more performant than the former, although the former's code is easier to read.Variant 1, which parses a string:...
3votes
0answers
82views

I am hoping to find out what you think about my implementation of tic-tac-toe.It is complete and working as expected with many tests, but the logic in the main module where I have the play-game main ...
user284985's user avatar
2votes
0answers
68views

I wrote a command line tic tac toe game in Clojure. I've broken this post into three sections: Feedback Requests, Gameplay, and CodeFeedback RequestsI'm looking for feedback on:How "idiomatic&...
2votes
1answer
79views

I've been trying Advent of Code challenges to learn Clojure. I've successfully completed Day 2, but I feel like my solution is very clumsy, especially the functions for parsing text input....
Dušan Rychnovský's user avatar
0votes
1answer
66views

I have a task which runs sequentially. If I have hundreds of thousands of tags, it is very time consuming. Can this be modified to run the task in parallel? Works fine upto 100 tags...
Bindiya H's user avatar
1vote
1answer
68views

ContextI am making a system, where different clients issue queriesA query is resolved by issuing a set of subqueriesI have an invalidation-worker, which gets notified when subqueries go stale...
Stepan Parunashvili's user avatar
2votes
1answer
208views

This is a problem from Exercism here, the goal is to clean up badly formatted phone numbers. The rules are:If the phone number is less than 10 digits assume that it is a bad numberIf the phone ...
Josh Friedlander's user avatar
1vote
1answer
143views

I'd like some help to improve this cli program. It queries a city's weather and pushes a weather report.It takes two arguments: the city to query and the apikey for OpenWeatherMap. For example ...
Pablo's user avatar
1vote
2answers
151views

Problem statement:Write a program that converts all given temperatures from a given input temperature scale to a given output temperature scale. The temperature scales to be supported are Kelvin, ...
Christian Hujer's user avatar
2votes
1answer
108views

My first ever lines of Clojure and while the script seems to work as expected, I'm sure it's far from idiomatic Clojure. Thank you for any suggestions....
Dušan Rychnovský's user avatar
1vote
2answers
261views

I am a beginner to Clojure and I made a little script that prints out every prime number from 1 to 1000. Let me know if there are any improvements that I can make:...
code writer 3000's user avatar
3votes
1answer
235views

I've implemented a Game of Life in Clojure and would like to understand what I can do better, especially in terms of idiomatic Clojure (without losing readability/maintainability) of the current ...
Christian Hujer's user avatar
1vote
2answers
224views

BackgroundI am doing an exercise in clojure to make a function that can determine if a number is an Armstrong Number or not.The solution I came up with us a bit more complicated than it would be if ...
Billy Moon's user avatar
1vote
1answer
96views

I've started learning Clojure a few days ago and I wrote this code that factorises numbers. How do I make it better? Is there any way to avoid doing it with a loop? Is that how I am supposed to code ...
Likepineapple's user avatar
5votes
1answer
298views

I'm learning Clojure and am a rank n00b at it, trying to learn from books and online tutorials (but I'm sometimes concerned that I am picking up bad habits or at least not all the good habits). For ...

153050per page
1
2345
21

Hot Network Questions

more hot questions
Newest clojure questions feed

[8]ページ先頭

©2009-2025 Movatter.jp