Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johnsondavies
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
johnsondavies
1y ago
The ATtiny814 is hardly an ancient chip. It's a member of Microchip's TinyAVR 1-Series that was released in 2017 and still being developed, with the 2-Series being released in 2020/2021. Perhaps you're confusing it with
2.
▲
by
johnsondavies
2y ago
You're correct that the ESP32-C3 is based on a RISC-V processor, but it has more in common with the other ESP32 boards than it does with the boards supported by the RISC-V version of uLisp, so it made sense to support it with the ESP v
3.
▲
by
johnsondavies
2y ago
Good idea - I'll add a column to the tables giving the current consumption for each board.
4.
▲
by
johnsondavies
2y ago
The assembler is two-pass.
5.
▲
by
johnsondavies
2y ago
The assembler is two-pass and the labels are simply local variables in the defcode form. They are assigned the value of the program counter in the first pass, and the assembler instructions are evaluated in the second pass. I got the idea f
6.
▲
by
johnsondavies
2y ago
Thanks - corrected "compact" to "compressed".
7.
▲
by
johnsondavies
2y ago
Sorry, I'd posted the link to the code in the wrong format - corrected now. Would you like to delete that copy?
8.
▲
by
johnsondavies
3y ago
This is a traditional game called "Voyna Virusov" or "Virus War". There is a version of it on Pencil and Paper Games with clearer rules, and some background history: http://www.papg.com/show?5SB0
9.
▲
by
johnsondavies
3y ago
As mentioned in the article I used Elecrow, who made 5 boards for $24.14. I accept that the unit cost will be more if you're only making one.
10.
▲
by
johnsondavies
4y ago
> What draws people to start projects with AVR in 2022? It's much easier to learn how to do simple things with an AVR than with an ARM. For example, you can configure a timer to blink an LED with just four relatively simple lines of
11.
▲
by
johnsondavies
5y ago
How about the Lisp Badge? [0] http://www.technoblogy.com/show?2AEE
12.
▲
by
johnsondavies
5y ago
Thank you for putting my 16 LEDs Puzzle on Hacker News! Yes, the principle is similar to Lights Out, but in my puzzle pressing a button toggles its LED and all the other LEDs on the same diagonal(s). I found that this rule is harder to solv
13.
▲
Watch photos on the Rolex site show the exact current time
(rolex.com)
14 points
by
johnsondavies
5y ago
|
9 comments
14.
▲
by
johnsondavies
5y ago
Less hostile version: https://old.reddit.com/r/HostileArchitecture/
15.
▲
by
johnsondavies
5y ago
I pronounce it 'U'-Lisp.
16.
▲
by
johnsondavies
5y ago
There's a beta release: http://forum.ulisp.com/t/help-wanted-debugging-ulisp-for-the...
17.
▲
by
johnsondavies
7y ago
See Porting uLisp to a new platform: http://www.ulisp.com/show?2JZO .
18.
▲
by
johnsondavies
7y ago
Yes, it currently provides one assembler function, but I plan to extend it to support multiple named functions.
19.
▲
by
johnsondavies
7y ago
Nice suggestion - I'll try it.
20.
▲
by
johnsondavies
7y ago
I've never heard of this happening before, and I can't even think of a way in which uploading uLisp could break an Arduino, but contact me directly (my email address is on the uLisp site) and I'll try and help you sort it out
21.
▲
by
johnsondavies
10y ago
Good suggestion!