Home  >  Article  >  Backend Development  >  Espresso; it&#s Go time

Espresso; it&#s Go time

Barbara Streisand
Barbara StreisandOriginal
2024-10-01 08:07:31858browse

Espresso; it

I've spent the passed two weeks rewriting my Rust based, no bullshit Java build tool in Go and things progressed much faster. Espresso is faster at runtime and more portable. Espresso also was also recently able to compile and package it's first project, that being my other project Kindling.

I would love any feedback I can get on Espresso. There's quite a few features that are missing like transient dependency resolution (right now they're declared at the package level but just ignored). The package registry has also changed in philosophy somewhat. Instead of being a simple web API, Espresso registries are now zip archives containing a file structure. This means, if you can host a static zip file, you can host an Espresso registry.

One more quick thing, Kerosene Labs has also filed Articles of Organization in our home state to become an LLC. :)

https://github.com/Kerosene-Labs/espresso
https://github.com/Kerosene-Labs/espresso-registry
https://github.com/Kerosene-Labs/kindling

The above is the detailed content of Espresso; it&#s Go time. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn