TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Forth on top of Python-React makes for Forthic: a showcase of Forth productivity [video]

3 点作者 spaintech6 个月前

1 comment

spaintech6 个月前
Forthic is a stack-based programming language developed by LinkedIn to enhance the flexibility and tweakability of applications. By embedding a Forthic interpreter into an application, developers can allow end-users to modify and extend the application’s behavior at runtime. This approach has been utilized by LinkedIn to build numerous internal tools, particularly those based on Jira for program management.<p>The Forthic repository on GitHub offers two primary interpreters:<p>1. Python-based Interpreter: Designed to run within a Flask application, enabling the creation of APIs that can be revised at runtime.<p>2. React-based Interpreter: Facilitates the creation of user interfaces on-the-fly.<p>For a comprehensive overview of Forthic, see: <a href="https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;forthic">https:&#x2F;&#x2F;github.com&#x2F;linkedin&#x2F;forthic</a>