]> gitweb.factorcode.org Git - factor.git/commitdiff
hacker-news: using
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 25 Dec 2023 03:46:01 +0000 (21:46 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 10 Jan 2024 19:54:21 +0000 (13:54 -0600)
extra/hacker-news/hacker-news.factor

index ff4292f8d6933c69af2b4565ac5843e9ad5a915c..7e5f08bcf1481fb869a1a10cc7250b17fc901f58 100644 (file)
@@ -3,11 +3,10 @@
 
 USING: accessors assocs calendar calendar.format
 calendar.holidays.us colors combinators concurrency.combinators
-formatting graphs hashtables http.client io io.styles json
-json.http kernel make math sequences sets ui ui.theme urls ;
+formatting graphs hashtables io io.styles json.http kernel make
+math sequences sets ui ui.theme urls ;
 
 IN: hacker-news
-
 CONSTANT: christmas-red COLOR: #bc2c21
 CONSTANT: christmas-green COLOR: #376627