Earlier quoted context omitted.
Point me to a compiler or interpreter, any of them, that isn't either written in C or written in something that was written in C. And of course, whatever you play with, it's running on an operating system written in C. If programming is turtles all the way down, C is the bottom turtle, standing on the solid ground of Von Neumann architecture. The point is, C is utterly pervasive. Everything that we think is different…
Go is written in Go, which is why you need it installed in the first place before you can run the go compiler.
Why Aren't There C Conferences?
131–140 of 383 posts
Re: Why Aren't There C Conferences?
#132> I’m sharing them here so you can bookmark this page and never return again.
Re: Why Aren't There C Conferences?
#133Because though there might be building trades conferences, there are no hammer conferences. Oh, there will be tool vendors at the building trades conferences, there might be sessions on "Efficient Hammering Techniques Using Machine Learning", but there are no conferences about hammers. Don't forget about the blacksmith conference next week, they'll have hammer vendors, too. I dunno, a Ruby conference kinda makes sens…
I agree with your point but HammerFest 2019 sounds like a freaking blast. I think there is an underserved market there.
Re: Why Aren't There C Conferences?
#134Because though there might be building trades conferences, there are no hammer conferences. Oh, there will be tool vendors at the building trades conferences, there might be sessions on "Efficient Hammering Techniques Using Machine Learning", but there are no conferences about hammers. Don't forget about the blacksmith conference next week, they'll have hammer vendors, too. I dunno, a Ruby conference kinda makes sens…
I dunno- I just got back from rubyconf where I both gave and watched talks on metaprogramming with no web focus at all. There was a great illustrated talk featuring lemurs that was just a walkthrough of rebuilding various enumerable methods with reduce. Other ones that I went to: - a "how ruby's GC works" talk - A deep dive into how a core dev found + fixed memory usage in ruby - The unexpected pitfalls of sublassing…
We guessed respectively 25%, 50%, 75% (my guess).
Based on some very, very, very fuzzy sampling, they estimated it was somewhere around 50%.
Any guess yourself? Are you a Rails dev?
Re: Why Aren't There C Conferences?
#135Earlier quoted context omitted.
Of the ones you list, only one has a wide focus, IMO. Three of those will essentially be web development conferences, and I don't know what the hell people do with Go these days, but I'll bet it's mostly a handful of things. Python probably has broad enough usage and scope to counter what I said. The exception proves the rule. :-)
I mean, there's CppCon as mentioned in the article, and C++ has pretty much the same wide reach as C.
I hate it when you go to one of those Makerfests, and it actually turns out to be about Makefiles.
Re: Why Aren't There C Conferences?
#136Earlier quoted context omitted.
Not aware of any AAA game titles being developed in Rust, but I'd gladly have my eyes opened.
There are none. Standard Rust is great for game development, the infrastructure just isn't there right now, but I think if you were to write a new game engine or operating system from scratch, Rust would be the first candidate language to do so in.
It's simply too hard right now to find enough programmers proficient in Rust who could assemble a competing product, IMHO.
Re: Why Aren't There C Conferences?
#137Lets be honest: conferences exist to waste time. Nothing productive gets done on conferences and best thing you can take our from them is to socialize with like-minded people.
Lets be honest: lunch exists to waste time. Nothing productive gets done at lunch and best thing you can take out from them is to socialize with like-minded people.
Re: Why Aren't There C Conferences?
#138Earlier quoted context omitted.
Python is probably mostly data science if I had to guess. You think? I'll admit that my view of the Python community is super narrow, but I was thinking Django, me writing a bunch of test scripts, backend stuff. I know data science is a "thing" with Python, but I just didn't imagine that it had become it's main use. I guess TIL there's a whole other world of how people use Python, and it might be most of them. :-)
Python was popular (though smaller) before NumPy and everything dependent on it came about.
Re: Why Aren't There C Conferences?
#139Lets be honest: conferences exist to waste time. Nothing productive gets done on conferences and best thing you can take our from them is to socialize with like-minded people.
Some of the best things that happened in my career spawned from networking at good conferences.
Re: Why Aren't There C Conferences?
#140Are there many new projects being started these days in C, or even C++? I would expect most of that to have moved over to Java or Golang, with most C-family coding being on extensions of older projects.