Home / Companies / Zed / Blog / July 2024

July 2024 Summaries

2 posts from Zed

Filter
Month: Year:
Post Summaries Back to Blog
Zed now includes an integrated REPL (Read Eval Print Loop) that allows users to run and visualize code directly within the editor, enhancing the development experience by merging the interactive elements of Jupyter notebooks with the coding flow. Users can execute Python and other languages, such as TypeScript via Deno and R via Ark or xeus-r, either line by line, block by block, or by specific selections, transforming Markdown documents into interactive notebooks without needing separate notebook software. The REPL detects installed kernels and allows inline execution and iteration, making it easier for developers to experiment with code snippets and data visualizations directly in their scripts or Markdown documents. This feature is now available in the latest Zed release, offering a preview of enhanced coding and analysis capabilities.
Jul 24, 2024 232 words in the original blog post.
Zed, a modern open-source code editor developed in Rust with a GPU-accelerated renderer, is now available for Linux, following its existing availability for macOS. This release was achieved through the collective efforts of approximately 133 contributors, generating around 447 pull requests, and the active participation of the Zed community, especially on the #linux Discord channel, which helped address the challenges posed by Linux's diverse environments. The project acknowledges key contributors for their significant roles in developing essential components like the new renderer and platform implementation and improving integrations with X11 and Wayland. Zed aims to further enhance productivity by expanding support and functionality across different Linux distributions and invites community involvement in debugging, packaging, and extending language support. As part of its growth, Zed is also seeking new team members passionate about software development.
Jul 10, 2024 401 words in the original blog post.