rfratto | 1 year ago | on: Grafana Alloy: An OTel Collector distribution with built-in Prometheus pipelines
rfratto's comments
rfratto | 5 years ago | on: Amazon Managed Service for Prometheus
We've put a lot of effort into optimizing the Kubernetes experience that non-containerized installations haven't been getting as much attention. We'd be thrilled to have system packages for Loki that also set it up as a service, it's just not something we've been able to spend time doing ourselves yet.
rfratto | 5 years ago | on: Grafana raises $50M in Series B funding
rfratto | 6 years ago | on: CNCF's Cortex v1.0: scalable, fast Prometheus implementation
rfratto | 6 years ago | on: Tanka: Our way of deploying to Kubernetes
[1]: https://github.com/grafana/jsonnet-libs
[2]: https://github.com/grafana/loki/tree/master/production/ksonn...
rfratto | 10 years ago | on: Orange: A simple systems programming language
On the other hand, while Orange takes some syntax as Ruby, I'm trying to keep the syntax small and simple (similarly to C), and make sure that you could write programs for target platforms like the Arduino without needing a runtime.
rfratto | 10 years ago | on: Orange: A simple systems programming language
rfratto | 10 years ago | on: Orange: A simple systems programming language
At the moment, I only have a vague idea of what I want Orange to be. The development has mostly been driven with what I thought at the time. It's been a bad approach, and I plan to fix it before I continue developing.
I'm going to work on figuring out Orange's specific goals and points where it differs from new languages like these. Saying I'll have this ready by the end of the weekend might be a stretch, but I will get back to you soon.
rfratto | 10 years ago | on: Orange: A simple systems programming language
rfratto | 10 years ago | on: Orange: A simple systems programming language
While I do strongly believe that optional typing is a feature I want to keep, I have been focusing too hard on taking a middle-of-the-road approach.
The original idea was to have a systems development language that had the same "feel" as a high level scripting language. I didn't do a lot of planning on what that meant from the technical side.
I appreciate the advice. I'll spend some time getting the answer to what Orange actually is.
rfratto | 10 years ago | on: Orange: A simple systems programming language
rfratto | 10 years ago | on: Orange: A simple systems programming language
rfratto | 10 years ago | on: Orange: A simple systems programming language
I struggled coming up with a lot of examples since I don't have a standard library to work with (yet), but the most diverse group of existing programs would probably be at https://github.com/orange-lang/orange/tree/master/test.
rfratto | 10 years ago | on: Orange: A simple systems programming language
And yeah, as for https://github.com/orange-lang/orange/tree/master/lib/libor, it only contains bootstrap code for the linker at the moment.