TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Present code with step-by-step highlights [slides]

40 pointsby hakimabout 6 years ago

6 comments

mmcloughlinabout 6 years ago
I implemented something like this in Python for my LaTeX&#x2F;beamer presentation recently. For example, see this and the following slides:<p><a href="https:&#x2F;&#x2F;speakerdeck.com&#x2F;mmcloughlin&#x2F;better-x86-assembly-generation-with-go?slide=56" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;mmcloughlin&#x2F;better-x86-assembly-gene...</a><p>The sample code is in a file with special comments at the end of each line specifying which slide numbers it should be revealed on as well as inline commentary to show to the right of the line. Syntax highlighting is provided by Pygments.<p>I was thinking about open sourcing it, it&#x27;s actually only approx 200 lines of Python but I think it&#x27;s quite effective.
评论 #19641850 未加载
agustifabout 6 years ago
Not really the same thing, but scrimba is a great way to share interactive code along your voice&#x2F;video
wodenokotoabout 6 years ago
Way too few presentation tools support code in any meaningful way. Try getting coloured code into Google Slides or PowerPoint is extremely difficult.<p>Nice to see somebody is actually focusing on this!
julienreszkaabout 6 years ago
Really nice. Why is there no syntax highlighting in the editor tho ? I mean there is color only on the rendered object.
评论 #19633327 未加载
jokingabout 6 years ago
Amazing software, anyone knows an open source layout editor that works like the slides.com onet?
chiefalchemistabout 6 years ago
How easy (or not) would it be to embed one of these in a markdown file (e.g., README.md)? Seems to me that might be a significantly better way to do code examples for a given repo.
评论 #19636243 未加载