* lisp/ob-forth.el (org-babel-forth-session-execute): Add error handling for the forth interpreter using `org-babel-eval-error-notify'.
Currently only session code block evaluation is supported, however this is a reasonable default for forth. * lisp/org.el (org-babel-load-languages): Add "Forth" to the list of loadable languages. * list/ob-forth.el: New file.