Web Browsing With Parentheses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Wesley Kerfoot d6d36aa4b8
typo
5 years ago
.gitignore initial commit 5 years ago
README.md typo 5 years ago
browser.c Make it open the browser automatically and launch the repl async 5 years ago
build.sh Got it working 5 years ago

README.md

What is this?

A web browser you can control from your Scheme repl!

Dependencies

  • gtk3
  • webkit2gtk-4.0
  • guile-2.2

How to build

  • Compile with ./build.sh

How to use

  • Run ./a.out after compiling and it will launch the browser.
  • Run (open-page "https://example.org") to see it in action.