Skip to content

Commit

Permalink
more blog work
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 14, 2024
1 parent 1df353a commit 4bcd0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/-2024-07-17-initial-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Initial release

Today we are announcing the initial "beta" level release of the Cogent Core GUI framework. Core takes seriously the idea that you can "Code Once, Run Everywhere", and indeed you are reading this blog using a Core app running on the web, via wasm (web assembly). The same code can run on all major desktop and mobile platforms as well, and we include a `core` tool that manages all the details for running and building apps for each of these different platforms.
Today we are announcing the initial public beta release of the Cogent Core GUI framework. Core takes seriously the idea that you can "Code Once, Run Everywhere", and indeed you are reading this blog using a Core app running on the web, via wasm (web assembly). The same code can run on all major desktop and mobile platforms as well, and we include a `core` tool that manages all the details for running and building apps for each of these different platforms.

Cogent Core is written in Go (golang), and inherits much of its best features from this amazing language, and its associated tooling ecosystem. Go code is simple, easy to read and write, and emphasizes a _minimalist_ approach that eschews as much of the extra syntax and boilerplate stuff that clutters so many other languages.

Expand Down

0 comments on commit 4bcd0df

Please sign in to comment.