frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•11mo ago
Hello!

Being a student interested in PL design, I have had this idea floating around for a while: the gist is finding out what programming languages LLMs might be the most proficient in, to study their design choices and syntactic features with the goal of designing the perfect language for LLMs. This is, of course, gimmicky, but I entertained the idea for a while as a fun afterschool project.

The challenge is: what would be the best way to evaluate programming performance _in specific languages_? There are two main hypotheses here:

1. There are intrinsic syntactic/structural features that the transformer architecture is uniquely able to parse/reproduce/understand best, leading to higher quality code generated. For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better" 2. There is so much Python/JS out there that the question isn't even worth asking, and the performance in those will beat whatever other language you throw at it. This is probably not as much of a point thanks to newer transformer architectures but the question is still up.

I suspect the answer can be made somewhat interesting by considering performance relative to language popularity, but the ground question is: is there a general dataset containing different programming challenges, of varying difficulty, in multiple languages, with standard solutions? I couldn't find anything when I looked around, but I might have missed something obvious. It wouldn't be impossible to build a simple website to crowdsource, but I'm thinking that if I missed something obvious I'd rather find out early than late. Also, if you have any input on the project itself, I'd love to hear your ideas!

Comments

Someone•11mo ago
> For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better"

I would expect the reverse: lisp has no syntactic sugar, making it harder for a LLM to glue code fragments together in a way that produces valid lisp code. Even guaranteeing that parentheses are correctly nested already can be a challenge.

As to a set of programs: they aren’t exactly what you’re looking for, but I would consider https://projecteuler.net (does not contain solutions, but searching for project Euler solutions” finds some) or https://benchmarksgame-team.pages.debian.net/benchmarksgame.

sargstuff•11mo ago
Very open ended questions. Geeks for Geeks loosely organized around computer science topics of study : https://www.geeksforgeeks.org/

nit-pick details:

Ignoring hardware differences, "performance" comparisons can be based on differences between algorithm(s) used vs. how algorithm is implimented. For a given language, "algorithm implimentation performance" can be defined as the trade-offs on how a a given algorithm is implimented in a language (compared to other programming languages, but also easy use/flexibility based on 'language generation level -> https://www.geeksforgeeks.org/generation-programming-languag... )

----------------------

1) General computation language specialty 'modules' not withstanding; "languages" are built/optimised around core algorithmic concepts / anticipated area/concentration of targeted professional environment. aka opencl (gpu), R (statistics), Lisp (engineering design), C (OS level), sql (data selection), jasper reports, cobol (business), etc. Languages tend to be 'popular' because of the ecosystem provided around/for a given language.

snarky side note -> can always write a more standard language that compiles to an esolang & provide appropriate emacs/vim/sed/spacemacs ide support.: https://esolangs.org/wiki/Main_Page

  LLM's are very useful at curating information and recognizing/summarizing "statisical" relevance. aka apl is great for engineering mind set, not so good for business use cases aka cobal.  LLM might recognize a language for a given user that combines commonly used 'apl' aspecs of user and commonly used 'cobal' aspecs of user and recommend a language(s) with suitable commonalities for given user. 


2) Search engine topic 'coding challenges' 'algorithmic coding challenges' brings up many types of answers/sites for honing one's coding skills (various languages, beginner to expert, etc). Coding 'algorithms' vs. coming up with algorithm(s) to code is sort of a side aspect. Also differences in 'competition' challenges vs. 'technical challenges' (aka 512 c64 vs. 1 raspberry pi) ; vs. "computer science coding challenges" vs. 'computational genomic challenges'

     ?? how easy / hard based on 'profession' aka artist vs. software designer 20 years experience programming in scheme; environment -- NASA vs. google vs. insurance company.

   ?? from scratch : https://synoptek.com/insights/it-blogs/10-challenges-every-software-product-developer-faces/

   ?? based on industry standards ?? ; just trying to keep skills honed ??

Crunchyroll Breach Claim Sparks Concerns over 100 GB Data Exposure

https://thecyberedition.com/crunchyroll-breach-claim-sparks-concerns-over-100-gb-data-exposure/
1•thehacknews•2s ago•1 comments

Show HN: Mamba SSM in Rust – training and inference with custom CUDA kernels

https://github.com/silvermpx/mamba-rs
1•silvermpx•2m ago•0 comments

How Is a Fish Like a Number?

https://derangedmathematician.substack.com/p/how-is-a-fish-like-a-number
1•nill0•4m ago•0 comments

Iceberg Causes Postgres Acquisitions?

https://www.scalingpostgres.com/episodes/409-iceberg-causes-postgres-acquisitions/
1•aamederen•4m ago•0 comments

Escher's Print Gallery, and the tour of complex analysis (3b1b) [video]

https://www.youtube.com/watch?v=ldxFjLJ3rVY
1•vismit2000•4m ago•0 comments

Just One More Prompt (Peter Steinberger)

https://steipete.me/posts/just-one-more-prompt
1•jxmorris12•5m ago•0 comments

FedEx has started delivering AI training to over 400k workers

https://www.cnbc.com/2026/03/21/fedex-jobs-ai-training.html
1•petethomas•12m ago•0 comments

The data wall is billions of years of evolution (2024)

https://dynomight.net/data-wall/
1•andsoitis•13m ago•0 comments

CECbot: A TV box botnet that grabs the remote and maps the house

https://github.com/deepfield/public-research/blob/main/cecbot/report.md
1•bashtoni•16m ago•0 comments

Nvidia DGX Station systems available at last GB300 and GB200 workstations

https://www.servethehome.com/nvidia-dgx-station-systems-available-at-last-gb300-gb200-workstation...
1•teleforce•17m ago•0 comments

IPv6 Adoption Across the TopK Web Hosts

https://commoncrawl.org/blog/ipv6-adoption-across-the-top-100k-web-hosts
1•miyuru•18m ago•0 comments

Show HN: DockAutoHide – auto-hide the macOS Dock only when a window overlaps it

https://github.com/nshcr/DockAutoHide
1•wwhxd•18m ago•0 comments

LaGuardia Airport Closed After Plane Collided with Ground Vehicle

https://www.bloomberg.com/news/articles/2026-03-23/laguardia-closed-after-report-plane-collided-w...
1•SheinhardtWigCo•18m ago•0 comments

Your rights when an airport checkpoint is staffed by ICE agents

https://papersplease.org/wp/2026/03/22/your-rights-when-an-airport-checkpoint-is-staffed-by-ice-a...
3•greyface-•22m ago•0 comments

Teardown of a 2026 Lego Smart Brick

https://hackaday.com/2026/03/18/teardown-of-a-2026-lego-smart-brick/
1•swq115•23m ago•0 comments

Angel Links

https://en.wikipedia.org/wiki/Angel_Links
1•marysminefnuf•23m ago•0 comments

Who is that actor on the screen? Emacs/LLM/Fun Redux

https://lars.ingebrigtsen.no/2025/09/24/who-is-that-actor-on-the-screen-emacs-llm-fun-redux/
1•signa11•26m ago•0 comments

The Balance That Keeps Climate Stable Is Out of Whack, U.N. Report Finds

https://www.nytimes.com/2026/03/22/climate/energy-imbalance-un-report.html
1•mikhael•27m ago•0 comments

Voice AI in 2026 – An intro to building voice agents today

https://kingstonkuan.com/blog/voice-ai-in-2026/
1•kstonekuan•30m ago•0 comments

Freemium Task Management Software

https://mytracker.today/
1•rakanalalami•32m ago•0 comments

Programming Languages for Data Science and Analytics

https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/programming-languages-for-data...
1•teleforce•33m ago•0 comments

Diffusion Large Language Models Papers

https://github.com/ML-GSAI/Diffusion-LLM-Papers
1•manbash•34m ago•0 comments

Death Note

https://news.ycombinator.com/newsguidelines.html
1•amosri•37m ago•1 comments

While the world watches Iran, Ukraine dismantles Russia

https://xcancel.com/Tweet4AnnaNAFO/status/2035881456518504841
3•doener•40m ago•0 comments

Did the Agile Manifesto, Scrum and open source kill the programmer?

https://nial.se/blog/agile-manifesto/
1•nialse•43m ago•0 comments

How Griductive Puzzles Are Made: Guaranteeing One Unique Solution

https://www.griductive.com/blog/how-griductive-puzzles-are-made
2•arvin8613•46m ago•0 comments

AntiX-26 released Fast, Tiny, very Useful OS: Debian based, systemd free

https://antixlinux.com/category/releases/
2•Guestmodinfo•46m ago•0 comments

The Trillion Dollar Race to Automate Our Lives

https://www.wsj.com/tech/ai/claude-code-cursor-codex-vibe-coding-52750531
5•thm•50m ago•1 comments

An AI wrote a book about it's "hooman" me and it's selling for $1M

https://playshelf.polsia.app/book/
1•michaeldweis•51m ago•1 comments

I built a local-only eval runner for AI agents (quickbench)

https://github.com/iamGodofall/quickbench
2•Godofall•1h ago•0 comments