arisuchan    [ tech / cult / art ]   [ λ / Δ ]   [ psy ]   [ ru ]   [ random ]   [ meta ]   [ all ]    info / stickers     temporarily disabledtemporarily disabled

/λ/ - programming

structure and interpretation of computer programs.
Name
Email
Subject
Comment

formatting options

File
Password (For file deletion.)

Help me fix this shit. https://legacy.arisuchan.jp/q/res/2703.html#2703

Kalyx ######


File: 1497259937130.jpg (1.79 MB, 4201x3001, Toronto-KingSt-Datacenter-….jpg)

 No.215

artificial intelligence
requested

beginner programming questions
>>1014

C
>>882

C++
requested

C#
>>981

chatbots
>>1430

computer history
requested

CUDA
requested

deep learning
requested

esoteric programming languages
requested

F#
requested

Fortran
>>802

functional programming
>>749

Haskell
>>740

intro to CS
>>20

Java
requested

JavaScript
>>1440

Julia
requested

operating system/kernel development
requested

language design and implementation
requested

Lisp
>>262

machine learning
>>582

natural language processing
requested

OCaml
requested

parallel computing
requested

Perl
requested

Python
>>8

programming folklore
requested

programming paradigms
requested

Racket
>>22

reinforcement learning
requested

Ruby
requested

Rust
>>266

Scala
>>737

Scheme/SICP
requested

semantic web
requested

shell scripting (bash, dash, zsh, sh, coreutils)
requested

studying methods
requested

TensorFlow
requested

Torch/PyTorch
requested

Visual Basic
requested

WebAssembly
requested

 No.234

I hope the LISP thread gets made soon! I'd do it myself, but I don't know the language family nearly well enough to be authoritative about it.

 No.235

>>234
You don't have to make a "general," if you want to talk about something just make a thread about it.

 No.248

>>235
Oh.
Huh.
Will do, then.

 No.292

>>235
Yeah, I've sadly noticed both lainchans have too many generals, since threads, sadly, never die. It becomes more like an archive than an imageboard. Polite sage for offtopic post.

 No.427

File: 1500155511895.png (11.1 KB, 373x213, pythonic_cpp.png)

Hi guys,
I was playing around with an Arduino today and I was wondering why the Arduino-version of C++ has some features (like new and delete) cut out?
Is it just to discourage people from heap-allocating object because this isn"t practical on an embedded system?

 No.428

>>427
I think they wanted to use libc for memory reasons and missing features in the language is just a side effect of that.

 No.444

>>427
I don't really understand why Arduino uses C++ at all. It really just uses C features, except for sometimes organizing things as objects (Serial.print). It's very useless though, it could just as easily be serial_print. Perhaps it's because they want to abstract away string manipulation with std::string, so that newbies can print some text through serial or an LED without worrying about null bytes or memory leaks. I guess it really reveals the priorities of the platform though.

 No.445

>>444
It's an ARM processor - you can code for it in any language you want so long as you're able to compile it down to the right assembly. You're right that the default, introductory dev environment was catered towards newcomers, but don't let that limit you.

 No.536

Learning Python, want to be able to build/program my own systems from the circuits and mechanics to machine learning algs eg. robotics. It would seem physics and programming is where I should be focused.

can anyone recommend a good self teaching stack? Looking to get right into applying/building.

I'm 30 and feel like ive wasted so much time, sole provider so i cant just go back to school.

There has to be good crash course suggestions, communities for learning, anything?

 No.543

File: 1503764148188-0.png (3.25 KB, 256x256, fsharp256.png)

File: 1503764148188-1.png (17.03 KB, 200x200, ocaml.png)

Request addition of F# and OCaml to the list of items – kthxbai.

 No.576

File: 1504215464103.jpg (62.58 KB, 600x831, B-6PwecU4AEOig7.jpg)


 No.578

>>427
arduino's "C++" can barely be called what it is.

 No.617

Sakura is the only sane option for me.
Used urxvt but getting things to work was a pain in the ass (for me)

 No.638

>>215
BTW OP what's the suggested information for starting one of these threads?

Would a list of resources suffice to get things moving?

 No.639

>>638
Look at the catalog and see the other threads for comparison.

 No.744

Looks like there is a scala thread https://legacy.arisuchan.jp/λ/res/737.html

 No.745

>>744
Thanks!

 No.750

functional programming thread is up

 No.758

>>750
Yay! ^_^

 No.760

>>215
I'm surprised we still don't have Julia or Scheme/SICP threads yet.

 No.810

>>760
I'm still surprised that there is no C, C++ or Java but yet we have a Python one.

 No.825

>>536
learn reverse engineering? it'll allow you to understand programs without their source code which is useful to hack them, write plugins for them etc… https://www.amazon.com/Reversing-Secrets-Engineering-Eldad-Eilam/dp/0764574817

you'll need to learn assembly first and learn how to use IDA PRO then you could try to write your own programs…

And if you want to apply your physics/reverse engineering knowledge you could try to hack video games I'd recommend source engine games or quake games since they are open source and easier to start with though the physics/math part isn't super advanced compared to research lvl,mostly linear algebra(linear applications)/geometry/trigonometry

 No.880

>>536
> Looking to get right into applying/building.
Get an Arduino, or install Qemu and learn machine language for whatever architecture pulls you. Go to osdev.org, it has great tutorials. Read the book called "CODE: The hidden language of computer hardware and software", it's a great intro. Learn about digital logic design, get Verilog and play with it.

 No.883

>>810
C thread's up

 No.890

>>883
>C thread's up
Thanks, Alice!

 No.895

File: 1512392252930.png (1.34 MB, 1301x1560, S0CBGxB.png)

Racket is like an abusive wife. Now that I know how it works, I have been using it everywhere. But the language can behave in absolutely fucking autistic ways.

Anyone else use racket?

 No.898

>>895
Yeah, Racket is truly a LISP with batteries included. I feel more comfortable in Racket than Clojure, but the community is relatively small. Either way I'd like to do more side projects in Racket.

 No.1005

File: 1520579607877.gif (2.69 MB, 252x320, 1404443625493.gif)

Where do I go if I want help with my beginner coding exercises?
I'm learning C with the C Premier Plus and I always need help with the exercises the book provides.
Should I make a thread for that?

 No.1008

>>1005
Yes, just make one.

 No.1009

>>1005
Feel free to make a thread with beginner programming questions as it is requested thread on board.

 No.1046

>>215
>Julia
tfw still no thread ;~;

 No.1048

>>1046
Why not make one? I know nothing about Julia but I wouldn't mind checking it out.

 No.1196

Hey. I learn C but i want write some little project for improve my skill. Can u give advise what i can write?
P.S Pls jesus dont tell write own OS

 No.1197


 No.1203

>>215
We should post bounties for threads and send arisuchan stickers to the author.

 No.1210

>>215
It would be nice to have links to the existing threads.

 No.1212

>>1210
>It would be nice to have links to the existing threads.
That's a good idea. I went ahead and updated the OP to include links to topics that already have threads. Thanks.

 No.1266

Request shell scripting (bash/dash/zsh/sh/coreutils/…)

 No.1328

There are actually people here that like F#, too? Jesus what kind of magical place is this?

 No.1380

File: 1537861649687.png (117.34 KB, 272x240, _.png)

is this thread really a good idea for a board this slow?

this chan is slow in general but this board in particular feels more like one is shouting into space than others.

i understand that this thread is trying to spark a variety of conversation but this has (inadvertently) set a bar too high for any group of programmers let alone the small group of (mostly) newbies that are here now. even the flow of beginner threads has dried up.

i'd personally love to read any ideas on how to bring a little life to this corner of the internet. I have a handful of my own but those can wait for another post.

 No.1385

File: 1538507307073.jpg (101.5 KB, 900x900, sad.jpg)

>>1380
The giants have to fall first. The internet as a whole progressed into its later stages. Everyone seeks quantity instead of quality discussion. This site could've been 10x more prosperous 15 years ago.

 No.1388

>>1385
i think cuz the site looks almost unreadable without much styling

 No.1417

Please add to OP:

Quantum Computer Programming: >>1161

 No.1444

Updated.

 No.1481

File: 1550674169787.png (711.59 KB, 1332x850, 15504166353180.png)

How can I to learn the true programming? I mean the skill of craft to full and well soft.
I know 2 language's syntax, but i couldn't connect the pieces of code in fully soft..

 No.1482

>>1481
don't know if that'd be soft enough for you, but practicing it is usually the way to go. The details would vary here, but trudging through sicp exercises would be one way of doing it.

And then mix in some routine to practice posting in the relevant threads too.

 No.1483

File: 1550689961352.jpg (43.52 KB, 700x393, 1538067260136730579.jpg)

>>1482
Thank.



[Return] [Go to top] [ Catalog ] [Post a Reply]
Delete Post [ ]