TweetFollow Us on Twitter

STSC APL*PLUS
Volume Number:3
Issue Number:12
Column Tag:APL Vectors

APL Returns to the Mac

By S. Allyn Weaks, Contributing Editor, Seattle, WA

STSC APL*PLUS, Other APLs, and Some Utilities

Nearly two years of being distracted is a record even for me, but I’ve started in on APL again, and with some luck maybe I can keep it up for a while this time. A lot has happened in the last few months - there are now four different APLs for the Mac, three commercial and one shareware. PortaAPL has become STSC APL*PLUS, APL.68000 has finally been released, MacAPL is available for those on a budget, and a shareware APL from France, APL 90+ has turned up. This month I’ll give brief descriptions of each them, with detailed coverage of STSC APL, which I’ve used the most.

• APL.68000 ($295, Spencer Organization, Inc., 366 Kinderkamack Road, P.O. Box 248, Westwood, NJ 07675, (201) 666-6011 ) is competing directly with STSC as a full powered language with at least some access to the Mac toolbox. Unfortunately I haven’t been able to see it, and since it has a $295 list price I can’t afford to buy it just for fun. But the rumors on the net are that it’s fast since it’s written in assembly, and solid. It follows the ISO standard except for the file functions- they use some made up symbols instead of the usual quad functions ( FTIE, FCREATE), which not only makes programs harder to read, but complicates porting programs in both directions. They get into more of the Mac toolbox than APL*PLUS does, real windows and dialogs for example. I’ll try to get a good look at it soon so I can give you more information.

• MacAPL ($125, Leptonic Systems Co., 405 Tarrytown Rd. #145, White Plains, NY 10607 ) is a relative newcomer, written by Michael C. O’Conner, author of Layout Editor. It doesn’t yet support the entire language, and it doesn’t access the toolbox, but it has some very nice features. It provides a run-time system, so you can distribute stand-alone applications, and it has the nicest user interface of the lot. You can open more than one workspace at a time and the editor is done properly. There is a function to put text and pictures into the clipboard. A demo version that can do everything but save a workspace is available on Compuserve, Delphi, and in many public domain libraries. I was surprised at how fast it was - it did my harmonic benchmark (+/÷´10000) in 23 seconds. It’s well worth getting hold of a copy of the demo just to get a little of the flavor of APL.

• APL 90 ($85 shareware, SYNC, 12 Place Hotel de Ville, 42000 Saint-Etienne France) is a straight APL from France. It is ported from a mainframe APL written in C at the Ecole des Mines de Saint-Etienne by Jean-Jacques Girardot, François Mireaux and Sega Sako, and is full APL, conforming to the ISO standard. It has a few Mac features, including a row of buttons along the bottom of the screen to change keyboard (ASCII vs. APL), debugging (NONE, TRACE, Macsbug) and to show the time and cursor position. Unfortunately there isn’t a full-screen editor; you have to use the standard clumsy APL del-editor. If you’re interested in doing number crunching and don’t care much about immediate access to the toolbox, this is a good one to look at. Girardot plans to add APL2 features (including nested arrays, ambivalent functions, machine language functions, as well as some object-oriented extensions) by the end of the year. Since APL 90 comes from France, it has a few keyboard problems - they very kindly put in a UK keyboard option, but not a US option. I haven’t bothered to patch the keyboard resources for my copy yet, since I don’t use it regularly, but it shouldn’t be hard to do. One warning - the 1.0e version that I have is incompatible with System 4.1.

• STSC APL*PLUS ($395, STSC Inc., 2115 East Jefferson St., Rockville, MD 20852) is the new name for PortaAPL. PortaAPL still lives as a company, but has licensed it’s Mac APL to STSC. PortaAPL still does all of the programming, and is bringing the interpreter into line with STSC’s other APLs for IBM-PCs and mainframes, while STSC handles documentation, marketing, support, and utility libraries.

The package you get contains a 200 page User’s Guide, 300 page Reference Manual, an APL tutorial (APL is Easy), key stickers to help you learn the keyboard layout, and two disks, one with the interpreter and the other with several utility workspaces. Price is $395 list, with educational discounts. The license agreement is the standard ‘We have all of the rights, you have all of the responsibilities’ variety. Registration entitles you to ‘free’ telephone support (but it’s not a toll-free phone number), and a quarterly newsletter. The phone support has been mostly helpful. They are very good at answering APL questions, but have more trouble with Mac specific problems. The people I’ve talked to have all been IBM-PC types.

The documentation is basically OK. The books are well laid out and easy to read. The Reference Manual has an excellent APL language summary that I wish I’d had available when I was first starting, and the User’s Guide can easily be read through in a couple of sittings to get an overview of the system. The organization isn’t great though. They went to some effort to not duplicate any information, and the indices aren’t complete. You have to go from one book to another a lot to find out enough about some things to use them. And some topics are just plain hard to find; for example, the SFOPEN and SFSAVE functions for invoking the Standard File package aren’t anywhere under ‘files’, but are listed under ‘dialogs’ - an obvious confusion on their part about what dialogs actually are. All of the appendices in the User’s Guide (the atomic vector, error messages, system limits) really should have been in the Reference Manual. The level of explanation is somewhat uneven as well. There is gory detail about what a file is, but you’re expected to already know about forks and resources. Even the name of the program is confusing at times - they refer to the STSC APL*PLUS System file often, and they mean the interpreter, not the Mac System file.

The tutorial book APL is Easy isn’t very useful. I found the tone of it to be patronizing, and almost every example is business related. (My brain clicks off whenever I see words like ‘amortization’ and ‘sales’.) It is written for the IBM-PC version of APL*PLUS, with a page or so of corrections for the Mac, and the highlighting of text that you should type in is distracting. Buy a copy of Gilman and Rose instead (APL: An Interactive Approach, Leonard Gilman and Allen J. Rose, John Wiley & Sons, ISBN 0-471-09304-1). They have business examples too, but they throw in enough math and computer science to keep it interesting.

The Mac interface is a little better than before, as is the editor. The full screen editor now has a horizontal scroll bar for long lines, and you can cut and paste more than one line at a time. There is no search function, so changing a variable name can be tedious. Cursor placement is tricky; if you click once between characters, the character to the left is highlighted, and I mangled a lot of text by typing too fast until I learned to click on the letter to the right. Double-clicking doesn’t select a word as it should, either. The scroll bars are present in the main interpreter window even though they aren’t active, and you can’t make them go away. They reduce the useful area of the screen, and look untidy when doing graphics. You can still only cut and paste one line in the main window.

The font is better (it no longer conflicts with San Francisco), but isn’t perfect. There are three sets of APL fonts (narrow, wide, and italic) and a downloadable Laser font, but since each family has the same ID numbers, you can’t have them all installed at once. You have to use the Config workspace functions to change the default family and size, and the change doesn’t take effect until the next time you load the interpreter. The font size you choose affects allowable values for the WINDOW function, which causes programming problems. Worse, if you install the font in your system file so that you can edit stuff in MacWrite, etc. the keys you need to get the APL characters are wildly different from what you use in APL. Why they couldn’t arrange things to be consistent is beyond me. I’d fix it with a font editor, but that would complicate transferring files to friends.

Toolbox access hasn’t changed appreciably from the older PortaAPL version. Quickdraw, menus, mouse functions and some resource functions are still there as utility workspaces. What STSC refers to as a ‘window’ is more appropriate to an IBM computer - just a restricted region of the screen.

The keyboard layout is very nice. You can choose between a standard APL layout, and the ‘unified’ arrangement, in which the APL characters are typed in with the option key. Lowercase is supported for object names, which is a great improvement over the standard underscored characters.

Mainframe versions of APL*PLUS have many of the APL2 extensions (newer editions of Gilman and Rose cover APL 2 and other common extensions of APL), and I had been particularly hoping for nested arrays. But nested arrays are memory hogs, and STSC is trying to keep the microcomputer versions as compatible as possible. Intel processors just couldn’t handle the load until recently with the ‘386, so we’ll have to wait for awhile. Nested array are on the list though, so with luck we may have them before too long. They do provide dyadic up- and down-grade, which makes alphabetizing in any order you chose extremely easy, and a few other APL2 functions.

The stability of APL*PLUS is pretty good. If you ever use desk accessories, you should set the HEAP_SPACE value with the Config program to at least 100k. I had some crashes until I figured out that APL allocates as much memory as possible into one big non-relocatable block in order to handle large arrays. HEAP_SPACE tells APL how much memory to leave free for the system, printer divers, and desk accessories. The default value is set to only 40k, which is barely enough for the laser printer driver or small DAs. On a Mac Plus, 100k is a good value; on a 512k machine, 70k is a reasonable compromise that still gives you a 180k workspace.

Of the three bugs I’ve found, one is minor; the SOUND function timing is from 20% to 80% too long, and the variation is random. This makes music programming impossible, but the control SOUND allows (pitch, volume and duration, and only one voice) is too limited for real music anyway. The other two are more serious. One is a SFSAVE problem. If you try to create a file that already exists, the ‘Do you want to replace?’ dialog comes up normally, but NCREATE will refuse to create the file, giving an filename error. This can be worked around by trapping the error, deleting the old file, then continuing on, as I do in the utility functions below. The third bug is the most serious: NTYPE, which gives a file type and creator to a Mac file, crashes the system randomly. It crashes much less often (about half the time instead of 90% of the time) if TRACE is turned on. STSC knows about the bug, and it should be fixed in the next version. Meanwhile, there is no workaround; you must use a utility such as Disktop, or FileInfo to manually set the type and creator.

Overall, I like APL*PLUS. The Mac interface needs a lot of work, and I have a list of quibbles, but it’s useful and fun, and mostly works as advertised. The support is good, and I think that new versions will fix the problems and add more goodies (nested arrays, please!!) [Note: APL*PLUS does not work on a Mac II, although it is rumored a beta Mac II version is in the works. STSC readily admits all their effort and interest right now is on the IBM version, which is up to version 7.0, as opposed to the Mac product, which has never left 1.0!-Ed]

Text Utilities

On to a few utilities that I wrote to help with getting information into and out of APL*PLUS. These are useful for including APL functions in a text file (like this article, oddly enough) without having to retype everything. It’s possible to do this via the clipboard, but I don’t care for the extra time it takes. Also, by reading and writing directly to a file, you can handle larger objects without running out of heap space. A note on one of my conventions - since lower case is now allowed in identifier names, I have used lower case exclusively for any global function name or variable. This makes it much easier to pick out my stuff from the utilities and routines that STSC provide, and that you have to leave lying around in the workspace to get anything done. And since everything except system functions are case sensitive, I don’t need to worry about accidentally using one of their names.

The first, lister, is based on the APL*PLUS LISTER program which dumps a workspace to the screen. I’ve changed it to dump to a file instead. It ignores all locked functions completely, and the format for the listing of variables is different. All of the local variables in the function end with a double underscore. Since local variables and functions are ignored by IDLIST (at least before you actually use a local variable), I wanted variable names that wouldn’t shadow global variables. (Note that since lister itself is declared local, it will not dump itself to the file.) I’m unlikely to use the double underscores under other circumstances, so lister should see everything in the workspace. “lister” shows up one of the big problems I’ve found with APL. Redirecting I/O can be a real pain compared to Fortran. I haven’t yet found an easy way to say ‘send stuff to a file instead of the screen until I say otherwise.’ If you write a numeric variable to a file, it’s sent as binary unless you explicitly tell it to be text by using the format (“) function.

Another complication is that since APL*PLUS is written in C, it uses newlines (line-feeds, TCNL) instead of the usual carriage returns ( TCCR) at the end of lines. This is assuming that there are any end of line markers at all - character vectors often have them, character matrices usually don’t. My solution is to first find all newlines and change them to returns, then if the variable is a matrix, I append returns to the end of each row. I have a separate function replace_char to change any character into another that makes the substitution easy.

“lister” first finds an unused file tie number, then calls SFSAVE to get a file name. If cancel is selected, filename__ will be an empty vector, and lister will exit. If an existing file name is chosen, you have to try to create the file, trap the resulting error, then delete the old file yourself. After you have a valid file name, just call NCREATE again and continue on.

To list the functions, I use VR, the visual representation. This produces a character vector with line feeds, and gives the line numbers. If you don’t want line numbers, you can use CR, the canonical representation instead; it’s a character matrix, and you’ll need to append carriage returns to each row. Variables are listed with the data type, then the variable name, and if it isn’t a scalar, the shape. The data itself comes on the following lines, one row per line for dimensions higher than one.

“replace_char” is a general character replacement filter, and is a nice example of the membership (©) and compress (/) functions, and indexing. The right argument is a character vector whose first element is the character to be replaced by the second element. Anything else in the vector is ignored. Line 9 creates a boolean vector (loc) with ones at every occurrence of cv[1]. ´Þ/shape creates a vector of 1 2 ... N, where N is the number of elements in the object. Multiplying by loc selects out the values that contain cv[1], and loc / compresses out the zeroes. “loc” can now be used as the array index for text. There is one problem with this algorithm: it uses a lot of memory. Iota uses 4 times as much memory as the text it’s working on. On a Mac+ this isn’t too bad - in an empty workspace I can easily work with a 100k character vector.

The next two functions let you transport character data into and out of APL without having to use the clipboard. “text_file” takes a character vector or matrix, converts newlines to returns, then writes it to a file. “file_text” reads a text file into a character vector, converting returns into newlines. This makes it convenient to write up help screens in Mockwrite, or any other editor instead of the marginal built in editor. Character vectors take up less space than matrices as they don’t have to pad out to the end of each line, but character matrices are often easier to manipulate. Note the check for available memory before actually reading the file - since file_text calls replace_char, you need to allow for the additional memory it needs.

Fig. 1 PlotDemo in APL

APL BBS

As an end note, some news about a BBS for APL users. BBS\APL (1-301-340-6296) is free (except for phone bills!). Now it’s oriented mostly towards IBM-PC users, but I’m sure we can change that. The BBS is run by Murray Spencer in Gaithersburg MD, and is a rats nest to navigate around, but there are plenty of special interest groups, including specific APL systems, Amiga, and academic, so it shouldn’t be hard to get them to support Macs. Give them a call and let them know that the IBM-PC is on the way out!

 ™ text   file_text ;tie ;name ;size
[1]   ’  imports a text file to a character vector, converts CR to LF
[2]   ’  uses  replace_char 
[3]   
[4]   tie   ( ® / 0, NNUMS ) - 1                                ’  get 
unused tie number
[5]   name    SFOPEN 'TEXT'                ’  get filename
[6]   ‚ ( name  '' ) / 0                  ’  exit if empty filename 
(cancel)
[7]   name  NTIE tie                       ’  open file
[8]   size    NSIZE tie                    ’  find out how big it is
[9]   ‚ ( size    WA ÷ 6 ) / MEMORY        ’  if too big, go to MEMORY
[10]  text    NREAD tie, 82, size, 0       ’  read in the whole file
[11]  text   text replace_char  TCCR, TCNL ’  convert CR to LF
[12]   NUNTIE tie                          ’  close file
[13]  EXIT: ‚ 0                            ’  exit
[14]  MEMORY:
[15]     'Not enough memory to read this file'   ’  print message to 
screen
[16]   NUNTIE tie                                ’  close file
     ™


     ™ lister ;fns__ ;var__ ;text__ ;x__ ;lister ;tie__ ;name__ ;type__ 
; ELX
[1]   ’  list all function and variable names and definitions to a file
[2]   ’  uses  replace_char
[3]   
[4]    ELX   ' ‚ ERR '               ’  trap errors
[5]   
[6]   var__    IDLIST 2              ’  get list of variables
[7]   fns__    IDLIST 1              ’  get list of functions
[8]   
[9]   name__   'Save as ...'  SFSAVE 'Listing'     ’  get file name  

[10]  ‚ ( name__ Â '' ) / EXIT       ’  exit if empty filename  (Cancel)
[11]  tie__   ( ® / 0, NNUMS ) - 1   ’  get an unused tie number
[12]  
[13]  CREATE:  
[14]  name__  NCREATE tie__          ’  create file
[15]  ’ 'QED1TEXT'  NTYPE  tie__     ’  assign file creator and type
[16]                                 ’  (commented out until  NTYPE is 
fixed)
[17]  
[18]  
[19]      ‚ (0 © µ fns__ ) / L4                       ’  If no FNS, skip 
to VARS   
[20]  L1: ‚ (0 = µ text__    VR fns__[ IO;]) / L3     ’  If locked fn, 
skip it  
[21]        text__   text__ replace_char  TCNL, TCCR  ’  replace LF with 
CR
[22]  L2:   ( text__, TCCR )   NAPPEND  tie__         ’  output function 
to file
[23]  L3: ‚ (~ 0 © µ fns__   1 0   fns__) / L1        ’  drop first name 
from list
[24]  L4: ‚ (0 © µ var__) / L7                        ’  If no variables, 
last line
[25]  L5:   text__   (text__   ' ') / text__   var__[ IO;]  ’  remove 
spaces
[26]        x__     text__                             ’  get data for 
object
[27]          ’ make ID line of type:  [INT]  variable_name   2 4 34 
µ
[28]        type__   '[',(,(11 82 323 645 = DR x__)Ÿ 4 3 µ'BITCHRINTFLT'),'] 
'
[29]        text__   type__,text__
[30]        (text__,'    ',((0   µµ x__) / (“µx__),'µ'), TCCR)  NAPPEND 
tie__ 
[31]        ((“ x__) ,  TCCR)   NAPPEND  tie__        ’  write object 
to file 
[32]  L6: ‚ (~0 © µ var__   1 0   var__) / L5         ’  see if there’s 
more to do
[33]  L7:    NUNTIE tie__                             ’  close file and 
quit   
[34]  EXIT:  ‚ 0    
[35]  ERR:          ’  check for file name error  
[36]      ‚ (‘FILE NAME ERROR’   15 ª  DM) / OTHER_ERR  
[37]        name__  NTIE tie__                        ’  open file
[38]        name__  NERASE tie__                      ’  delete file 

[39]        ‚ CREATE                              
[40]  OTHER_ERR:    ’  displays error message and quits for any other 
error
[41]       DM 
     ™


     ™ t   text replace_char  cv ;loc ;shape
[1]   ’  a filter to replace all occurrences of one character with another
[2]   ’  text   can be either a vector or a matrix of any shape
[3]   ’  cv[2]  character to replace cv[1] 
[4]   ’  t      returned with the same shape as the original text 
[5]   ’  Warning:  uses a lot of memory!  (4 times as much as text takes 
up)
[6]   
[7]   shape   µ text                   ’  remember the original shape
[8]   text   ,text                     ’  ravel text to a vector
[9]   loc   text © cv[1]               ’  find all occurrences of cv[1]
[10]  loc   loc / loc Þ ´ Þ/shape      ’  create list of positions of 
cv[1]
[11]  text[loc]   cv[2]                ’  do the replacement
[12]  t   shape µ text                 ’  return value reshaped to original
     ™


     ™ text_file text ;name__ ;tie__ ; ELX
[1]   ’  writes a character vector or matrix to a file, converting LF 
to CR
[2]   ’  a character matrix gets a CR added to the end of each row
[3]   ’  text can be any shape 
[4]   ’  uses  replace_char
[5]   
[6]    ELX   ' ‚ ERR '                      ’  error handler
[7]   tie__   ( ® / 0, NNUMS ) - 1          ’  get unused file tie number
[8]   name__   'Save text as ...’   SFSAVE  'Text'      get filename
[9]   ‚ ( name__ Â '' ) / EXIT              ’  exit if empty filename 
(cancel)
[10]  CREATE:
[11]  name__  NCREATE tie__                 ’  create file 
[12]  ’ 'QED1TEXT'  NTYPE tie__             ’  give it a creator and 
type
[13]  
[14]  text   text replace_char  TCNL, TCCR  ’  convert LF to CR
[15]  ‚ ( (µµ text) ¾  1 ) / L1             ’  if it a vector, skip next 
line
[16]    text   text , (µ text)[1] µ  TCCR   ’  append a CR to every row
[17]  L1:
[18]  (text, TCCR)  NAPPEND tie__           ’  write text to file
[19]   NUNTIE tie__                         ’  close file
[20]  EXIT: ‚ 0                             ’  exit
[21]  ERR:       ’  handle error to replace old file
[22]      ‚ ( 'FILE NAME ERROR'   15 ª  DM ) /  OTHER_ERR
[23]        name__  NTIE tie__
[24]        name__  NERASE tie__
[25]        ‚ CREATE
[26]  OTHER_ERR:
[27]       DM 
     ™

Fig. 2 Draw demo in APL

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Whitethorn Games combines two completely...
If you have ever gone fishing then you know that it is a lesson in patience, sitting around waiting for a bite that may never come. Well, that's because you have been doing it wrong, since as Whitehorn Games now demonstrates in new release Skate... | Read more »
Call of Duty Warzone is a Waiting Simula...
It's always fun when a splashy multiplayer game comes to mobile because they are few and far between, so I was excited to see the notification about Call of Duty: Warzone Mobile (finally) launching last week and wanted to try it out. As someone who... | Read more »
Albion Online introduces some massive ne...
Sandbox Interactive has announced an upcoming update to its flagship MMORPG Albion Online, containing massive updates to its existing guild Vs guild systems. Someone clearly rewatched the Helms Deep battle in Lord of the Rings and spent the next... | Read more »
Chucklefish announces launch date of the...
Chucklefish, the indie London-based team we probably all know from developing Terraria or their stint publishing Stardew Valley, has revealed the mobile release date for roguelike deck-builder Wildfrost. Developed by Gaziter and Deadpan Games, the... | Read more »
Netmarble opens pre-registration for act...
It has been close to three years since Netmarble announced they would be adapting the smash series Solo Leveling into a video game, and at last, they have announced the opening of pre-orders for Solo Leveling: Arise. [Read more] | Read more »
PUBG Mobile celebrates sixth anniversary...
For the past six years, PUBG Mobile has been one of the most popular shooters you can play in the palm of your hand, and Krafton is celebrating this milestone and many years of ups by teaming up with hit music man JVKE to create a special song for... | Read more »
ASTRA: Knights of Veda refuse to pump th...
In perhaps the most recent example of being incredibly eager, ASTRA: Knights of Veda has dropped its second collaboration with South Korean boyband Seventeen, named so as it consists of exactly thirteen members and a video collaboration with Lee... | Read more »
Collect all your cats and caterpillars a...
If you are growing tired of trying to build a town with your phone by using it as a tiny, ineffectual shover then fear no longer, as Independent Arts Software has announced the upcoming release of Construction Simulator 4, from the critically... | Read more »
Backbone complete its lineup of 2nd Gene...
With all the ports of big AAA games that have been coming to mobile, it is becoming more convenient than ever to own a good controller, and to help with this Backbone has announced the completion of their 2nd generation product lineup with their... | Read more »
Zenless Zone Zero opens entries for its...
miHoYo, aka HoYoverse, has become such a big name in mobile gaming that it's hard to believe that arguably their flagship title, Genshin Impact, is only three and a half years old. Now, they continue the road to the next title in their world, with... | Read more »

Price Scanner via MacPrices.net

B&H has Apple’s 13-inch M2 MacBook Airs o...
B&H Photo has 13″ MacBook Airs with M2 CPUs and 256GB of storage in stock and on sale for up to $150 off Apple’s new MSRP, starting at only $849. Free 1-2 day delivery is available to most US... Read more
M2 Mac minis on sale for $100-$200 off MSRP,...
B&H Photo has Apple’s M2-powered Mac minis back in stock and on sale today for $100-$200 off MSRP. Free 1-2 day shipping is available for most US addresses: – Mac mini M2/256GB SSD: $499, save $... Read more
Mac Studios with M2 Max and M2 Ultra CPUs on...
B&H Photo has standard-configuration Mac Studios with Apple’s M2 Max & Ultra CPUs in stock today and on Easter sale for $200 off MSRP. Their prices are the lowest available for these models... Read more
Deal Alert! B&H Photo has Apple’s 14-inch...
B&H Photo has new Gray and Black 14″ M3, M3 Pro, and M3 Max MacBook Pros on sale for $200-$300 off MSRP, starting at only $1399. B&H offers free 1-2 day delivery to most US addresses: – 14″ 8... Read more
Department Of Justice Sets Sights On Apple In...
NEWS – The ball has finally dropped on the big Apple. The ball (metaphorically speaking) — an antitrust lawsuit filed in the U.S. on March 21 by the Department of Justice (DOJ) — came down following... Read more
New 13-inch M3 MacBook Air on sale for $999,...
Amazon has Apple’s new 13″ M3 MacBook Air on sale for $100 off MSRP for the first time, now just $999 shipped. Shipping is free: – 13″ MacBook Air (8GB RAM/256GB SSD/Space Gray): $999 $100 off MSRP... Read more
Amazon has Apple’s 9th-generation WiFi iPads...
Amazon has Apple’s 9th generation 10.2″ WiFi iPads on sale for $80-$100 off MSRP, starting only $249. Their prices are the lowest available for new iPads anywhere: – 10″ 64GB WiFi iPad (Space Gray or... Read more
Discounted 14-inch M3 MacBook Pros with 16GB...
Apple retailer Expercom has 14″ MacBook Pros with M3 CPUs and 16GB of standard memory discounted by up to $120 off Apple’s MSRP: – 14″ M3 MacBook Pro (16GB RAM/256GB SSD): $1691.06 $108 off MSRP – 14... Read more
Clearance 15-inch M2 MacBook Airs on sale for...
B&H Photo has Apple’s 15″ MacBook Airs with M2 CPUs (8GB RAM/256GB SSD) in stock today and on clearance sale for $999 in all four colors. Free 1-2 delivery is available to most US addresses.... Read more
Clearance 13-inch M1 MacBook Airs drop to onl...
B&H has Apple’s base 13″ M1 MacBook Air (Space Gray, Silver, & Gold) in stock and on clearance sale today for $300 off MSRP, only $699. Free 1-2 day shipping is available to most addresses in... Read more

Jobs Board

Medical Assistant - Surgical Oncology- *Apple...
Medical Assistant - Surgical Oncology- Apple Hill Location: WellSpan Medical Group, York, PA Schedule: Full Time Sign-On Bonus Eligible Remote/Hybrid Regular Apply Read more
Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Business Analyst | *Apple* Pay - Banco Popu...
Business Analyst | Apple PayApply now " Apply now + Apply Now + Start applying with LinkedIn Start + Please wait Date:Mar 19, 2024 Location: San Juan-Cupey, PR Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.