A Call for collaboration on a Lisp Type-2 Hypervisor Environment
Most of us have heard how amazing the Lisp machines of the 80s were, an operating system dedicated entirely to human-computer interaction and abstraction.Lisp General: A Big-City Language
This is the Lisp General, ask any and all Lisp questions here. Below is a link to the general's pastebin which contains many links to various books, documentation, websites, and other interesting information.Learning Python
A lot of the online resources for learning Python are aimed at total beginners.Programming Challenges
The Programming Challenges thread is a thread where we'll try to post regular, simple challenges for everyone to give it a try and post their solutions.The Beginner's General
This is the Beginner's General for beginner's questions.Haskell Tips & Tricks
Let's have a proper Haskell thread!Java General: Unlimited Virtual Machines Edition
Any and all Java questions and discussion here. Do RTFM when in doubt. If you did RTFM but are still confused or it didn't have enough classes to get things done, this thread is for you.Volafile Room
https://volafile.io/r/kUFzLJIn Depth Morphis testing
So I used to communicate with the programmer of morphis but hes disappeared for about 2 months now. Morphis didnt get any press coverage and barely has anyone who knows about it.Secure dark cloud OS
What if you had ChromeOS, but...Living in the fast Lain
I'm making a Visual Novel, and was wondering if anyone would be interested in contribooting.Programming Folklore
What are your favorite programming folklore stories? Stuff like the 300 mile email, the MIT magic/more magic switch, the first computer bug, etc. Here's a fresh one straight from my job:Haskell vs F#
Should I pick up F# or Haskell?Programming for Hardware Projects
Perhaps I've been looking in the wrong areas, but it seems that most common programming guides instruct new users the basics, then how to design software for use in phones and computers; phone apps, operating systems, macros, calculators. All of the aforementioned things are great and I use them every day. However, my immediate reason for teaching myself to code is to design automated and remote-controlled versions of production systems such as greenhouse pH and humidity controls."Not for commercial use", what does that *really* mean?
So there's a really sweet commercial IDE that's free when you doesn't use it for commercial purposes. So you use it to code easier.Lainchan Homepage Project
Hello /λ/ainonsStupid Questions
Going to kick off this S.Q. General with a request idea - (2 threads in 1 as I did not want to make one just for a request)Ideas for not yet (well) implemented solutions
I am starting my Bachelor's project on IT stuffs in a small team (4 guys) soon and we wanted to have a little project going on the side.How do you find out what you are trying to do actually is...
Certain things are easy to program, because the problem is well understood beforehand, or it's easy to split it up into parts that have little or nothing to do with each other, or maybe it's programming for fun and the final result is not that important.Descending Into the Lower Levels
I've been meaning to make this thread for quite a while now.Programming Language categorization
Can someone help me sort these programming languages based on paradigms (functional, OO etc.) and main use (scripting, internet etc.) into sets?Math for CompSci Guide
Has anyone attempted to do this guide from 8chan? https://8ch.net/prog/res/3034.htmlCalculators for programmers
HP-16C is the only HP calculator for programmers. However, some calculators, such as the HP-42S, has incorporated its functions.Operating Systems / Kernel Development
So, I've been working on developing my own i686 kernel, and I thought I would see if anyone else has had a go at operating system development. If not, who is insane enough to want to try?Language Design and Implementation
I failed to see a topic on this already, so I thought I would start one on programming language design and implementation. It seems the Compiler discussion atrophied so I thought I would add implementation into the mix.Feedback to CatChan
I released CatChan script which equipped a virtual board function.Let's design a lisp
Alright lain let's design a lisp. Why? well for fun. Besides, we all dislike *some* aspect of whatever lisp we are using so, why not get together and try to agree on a lisp with which most people can be happy?Gopher Holes
So I recently learned that the Gohpernet is still a thing. I thought this faded out of existence when I was a kid.Greetings to the User
Here's a challenge I find more interesting than the fizzbuzz seen so often: Greetings to the User." What is your name? "pad dup 9 accept ." Greetings, "type ." ."(princ"What is your name? ")(format t"Greetings, ~a."(read-line))(format"Greetings, %s."(read-buffer"What is your name? "))Graphics Programming
Graphics general didn't fare so well on /g/. Lets see how it goes here.
Reverse Engineering: Because Programming Shouldn't Always be Forward
I've started learning about reverse engineering, and I thought it would be a interesting to create a thread about it.Storing data in pi
I've been reading about this and I found it very interesting, thoughts?bugfix
O great /Lambda/ will you please find it in your hearts to fix the newest bug on our board software?stickies gonna stick
Always check the catalog before creating a thread: >>>/λ/catalogmain :: IO ()
main = putStrLn "Hello, world."