Lapce – Fast and Powerful Code Editor written in Rust
1–10 of 152 posts
Re: Lapce – Fast and Powerful Code Editor written in Rust
#2Re: Lapce – Fast and Powerful Code Editor written in Rust
#3The plugin system as described in the README hasn't been implemented yet.
Re: Lapce – Fast and Powerful Code Editor written in Rust
#4Re: Lapce – Fast and Powerful Code Editor written in Rust
#5Re: Lapce – Fast and Powerful Code Editor written in Rust
#6Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.
Re: Lapce – Fast and Powerful Code Editor written in Rust
#7Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.
Why did you opt for WASI for plugins instead of native compiled code?
i don't know anything about WASI, but it probably solves the problem of having to interface with different native compiled code ABIs.
Re: Lapce – Fast and Powerful Code Editor written in Rust
#8Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.
Why did you opt for WASI for plugins instead of native compiled code?
Also, WASI is compelling to me because of the potential of writing plugins in different programming languages.
Re: Lapce – Fast and Powerful Code Editor written in Rust
#9Author here. I didn't expect this will go on Hacker News. Although the editor has been my daily drive for almost one year now, it's really rough on the edges. The plugin system as described in the README hasn't been implemented yet.