βοΈ Not subscribed yet? Subscribe to the Newsletter
Future of Coding Weekly 2023/01 Week 4
2023-01-28 21:32
π» AoC with Enso π‘ First-class Transactions π€ ChatGPT All The Things π« Compiled vs Interpreted Languages
Our Work
π» enso.org via Sylwia Brodacka
Little bit late, but a few findings from AoC with Enso (enso.org):
This year we did it internally, hopefully it will be an open competition next year π
π¦ Enso (formerly Luna): New story about our adventures with solving Advent of Code 2022 at Enso together with @jdunkerley @JaroslavTulach and @Radeusgd Solving Advent of Code 2022 with Enso
Devlog Together
π» BF via Kartik Agaram
Kicking the tyres on my environment with a BF interpreter.
This is inspired by Compiled and Interpreted Languages: Two Ways of Saying Tomato
π₯ bf
π₯ bf codemap
Thinking Together
π‘ Are there any languages with transactions as a first-class concept? via Steve Dekorte
Would be interested to hear the thoughts of folks here on this thread.
π by Paul Tarvydas
For me 2022 was:
- 0D
 - transpiler pipelines
 
Explanations below.
Content
π Meet Claude: Anthropicβs Rival to ChatGPTe via Shubhadeep Roychowdhury
Not really topic here, but interesting development nonetheless
π§ SymbolicAI: A Neuro-Symbolic Perspective on Large Language Models (LLMs) via Nilesh Trivedi
Never came across "Neuro-symbolic programming paradigm" but looks interesting π
Present of Coding
π§° history.futureofcoding.org/history/links via Mariano Guerra
Updates on future of coding's link search page: history.futureofcoding.org/history/links
Avoid screen freezes:
- 
Links data streaming download and parsing by segments
 - 
Filter by segments
 - 
Result pagination (less to render on refilter)
 
Shareability:
- 
If search query parameter is set, search that on load
 - 
Example: history.futureofcoding.org/history/links/?search=hest
 - 
Update search query param on search update
 
Usability:
- 
Sort by most recent
 - 
Table layout fixed
 - 
Result pagination
 - 
Keyboard shortcuts
 - 
f: first, l: last, n: next, p: prev, N: page + 10, P: page - 10, s: focus search
 - 
Loading status
 - 
Row highlight on hover
 
Try it:
- history.futureofcoding.org/history/links/?search=alan%20kay
 - history.futureofcoding.org/history/links/?search=bret%20victor
 
PS: I listed the improvements in detail mostly to highlight how many things are involved in a "simple" app that only has a search box and a result list, I think it's a nice 7GUIs style app specification to benchmark future of coding projects