Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
Guile Log
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
gule-log
Guile Log
Commits
d71a5677
Commit
d71a5677
authored
Nov 21, 2014
by
Stefan Israelsson Tampe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fastrack prolog startup file
parent
e46848fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
prolog
prolog
+2
-0
prolog.scm
prolog.scm
+9
-0
No files found.
prolog
0 → 100755
View file @
d71a5677
#!/bin/bash
guile
-l
"prolog.scm"
prolog.scm
0 → 100644
View file @
d71a5677
(
use-modules
(
system
base
language
))
(
use-modules
(
system
repl
repl
))
(
define
(
f
)
(
set-current-module
((
language-make-default-environment
(
lookup-language
'prolog
))))
(
let
((
lang
(
lookup-language
'prolog
)))
(
current-language
lang
)
(
start-repl
)))
(
f
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment